Fix edge cases of ARM shift operands in arith instructions.
[oota-llvm.git] / lib / CMakeLists.txt
index 45fa443ea7247bf17861c00851979d2c8debcae7..fb63c63f327c6545ddb6d77309e9123259b8e1aa 100644 (file)
@@ -1,4 +1,4 @@
-# `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(CodeGen)
@@ -7,7 +7,6 @@ add_subdirectory(Transforms)
 add_subdirectory(Linker)
 add_subdirectory(Analysis)
 add_subdirectory(MC)
-add_subdirectory(CompilerDriver)
 add_subdirectory(Object)
 add_subdirectory(DebugInfo)
 add_subdirectory(ExecutionEngine)