X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=blobdiff_plain;f=lib%2FCMakeLists.txt;h=fab1c8747b9fbd59cc6dcb7eec4b8fff8186b7ba;hp=e2838c373a39b4af188e88d9f92786381f7be260;hb=211ed6d0017280fe27176338e88a9fee998dc909;hpb=6d857ca4d71548f5cdb57b106cc1a12fc2c93e9d diff --git a/lib/CMakeLists.txt b/lib/CMakeLists.txt index e2838c373a3..fab1c8747b9 100644 --- a/lib/CMakeLists.txt +++ b/lib/CMakeLists.txt @@ -1,14 +1,19 @@ -# `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) +add_subdirectory(LineEditor) +add_subdirectory(ProfileData)