Move LTO support library to a component, allowing it to be tested
[oota-llvm.git] / lib / CMakeLists.txt
index 4d9aebcd0a22715b3abef5638ff814f6057d6bf5..7fbf12339d76d60e97912fd400b849d435cf3b67 100644 (file)
@@ -7,6 +7,7 @@ add_subdirectory(Bitcode)
 add_subdirectory(Transforms)
 add_subdirectory(Linker)
 add_subdirectory(Analysis)
+add_subdirectory(LTO)
 add_subdirectory(MC)
 add_subdirectory(Object)
 add_subdirectory(Option)