X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=lib%2FCMakeLists.txt;h=7fbf12339d76d60e97912fd400b849d435cf3b67;hb=d8acf0078cf363252727acff00f85ae8074f95b3;hp=e2838c373a39b4af188e88d9f92786381f7be260;hpb=6d857ca4d71548f5cdb57b106cc1a12fc2c93e9d;p=oota-llvm.git diff --git a/lib/CMakeLists.txt b/lib/CMakeLists.txt index e2838c373a3..7fbf12339d7 100644 --- a/lib/CMakeLists.txt +++ b/lib/CMakeLists.txt @@ -1,14 +1,17 @@ -# `Support' library is added on the top-level CMakeLists.txt +# `Support' and `TableGen' libraries are added on the top-level CMakeLists.txt -add_subdirectory(VMCore) +add_subdirectory(IR) +add_subdirectory(IRReader) add_subdirectory(CodeGen) add_subdirectory(Bitcode) add_subdirectory(Transforms) add_subdirectory(Linker) add_subdirectory(Analysis) +add_subdirectory(LTO) add_subdirectory(MC) add_subdirectory(Object) +add_subdirectory(Option) +add_subdirectory(DebugInfo) add_subdirectory(ExecutionEngine) add_subdirectory(Target) add_subdirectory(AsmParser) -add_subdirectory(Archive)