X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=lib%2FCMakeLists.txt;h=4d9aebcd0a22715b3abef5638ff814f6057d6bf5;hb=0a230e0d985625a3909cb78fd867a3abaf434565;hp=d1ea02733836d63bf2efaff92be2315dbdb3418d;hpb=c2c50cdcdc19a1bca993c06d13d8cdca87083ce4;p=oota-llvm.git diff --git a/lib/CMakeLists.txt b/lib/CMakeLists.txt index d1ea0273383..4d9aebcd0a2 100644 --- a/lib/CMakeLists.txt +++ b/lib/CMakeLists.txt @@ -1,6 +1,7 @@ # `Support' and `TableGen' libraries are added on the top-level CMakeLists.txt add_subdirectory(IR) +add_subdirectory(IRReader) add_subdirectory(CodeGen) add_subdirectory(Bitcode) add_subdirectory(Transforms) @@ -13,4 +14,3 @@ add_subdirectory(DebugInfo) add_subdirectory(ExecutionEngine) add_subdirectory(Target) add_subdirectory(AsmParser) -add_subdirectory(Archive)