diff options
Diffstat (limited to 'lib/CodeGen/CMakeLists.txt')
-rw-r--r-- | lib/CodeGen/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/CodeGen/CMakeLists.txt b/lib/CodeGen/CMakeLists.txt index 76be85f..9ca2295 100644 --- a/lib/CodeGen/CMakeLists.txt +++ b/lib/CodeGen/CMakeLists.txt @@ -2,6 +2,7 @@ set(LLVM_LINK_COMPONENTS asmparser bitreader bitwriter + irreader instrumentation ipo linker @@ -10,6 +11,7 @@ set(LLVM_LINK_COMPONENTS add_clang_library(clangCodeGen BackendUtil.cpp + CGAtomic.cpp CGBlocks.cpp CGBuiltin.cpp CGCall.cpp |