summarylogtreecommitdiffstats
path: root/cmakelist.patch
blob: 70725dd4393af202dff0b3854ffb5ead527c5d97 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- src/monicelli/src/CMakeLists.txt	2023-11-24 01:23:23.940974790 +0100
+++ bao.txt	2023-11-24 01:23:19.467680667 +0100
@@ -47,10 +47,7 @@
 target_link_libraries(mcc PRIVATE lexer)
 
 llvm_config(mcc
-  core
-  support
-  "${MONICELLI_ARCH}codegen"
-  "${MONICELLI_ARCH}asmparser"
+  
 )
 
 if (MONICELLI_LINKER)