X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=lib%2FCMakeLists.txt;h=fab1c8747b9fbd59cc6dcb7eec4b8fff8186b7ba;hb=3d03d60ca8ad1f1b4e76cd5af024e31a1aed5b6d;hp=d8a9b7365bf40ba7ad68726b7aaf747dcb0ed492;hpb=33fe8eb46c4ef865eca4cbb0b1d9c4381d563f85;p=oota-llvm.git diff --git a/lib/CMakeLists.txt b/lib/CMakeLists.txt index d8a9b7365bf..fab1c8747b9 100644 --- a/lib/CMakeLists.txt +++ b/lib/CMakeLists.txt @@ -1,15 +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)