blob: d9daa1868e2d4adc376d02e3cfe45d0fa4d08f0d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
--- tools/zapccs/CMakeLists.txt.orig 2018-08-10 13:36:19 UTC
+++ tools/zapccs/CMakeLists.txt
@@ -12,6 +12,8 @@ include_directories(BEFORE
set(LLVM_LINK_COMPONENTS
${LLVM_TARGETS_TO_BUILD}
Analysis
+ AsmPrinter
+ BitWriter
CodeGen
Core
Support
@@ -64,6 +66,7 @@ target_link_libraries(zapccs
clangLex
clangParse
clangSema
+ clangSerialization
)
add_custom_target (
|