X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=lib%2FCMakeLists.txt;h=d1ea02733836d63bf2efaff92be2315dbdb3418d;hb=0adfdedacbb87df8cc8b8311365a15fae004977e;hp=c65d496dbad6fdc91a55b6f4b3040ad0544cc3b7;hpb=96a564f2beec8c1930f0640844eec433e03bbce8;p=oota-llvm.git diff --git a/lib/CMakeLists.txt b/lib/CMakeLists.txt index c65d496dbad..d1ea0273383 100644 --- a/lib/CMakeLists.txt +++ b/lib/CMakeLists.txt @@ -1,6 +1,6 @@ # `Support' and `TableGen' libraries are added on the top-level CMakeLists.txt -add_subdirectory(VMCore) +add_subdirectory(IR) add_subdirectory(CodeGen) add_subdirectory(Bitcode) add_subdirectory(Transforms)