Rather then have a wrapper function, have tblgen instantiate the implementation.
[oota-llvm.git] / lib / CMakeLists.txt
index e2838c373a39b4af188e88d9f92786381f7be260..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)
@@ -8,6 +8,7 @@ add_subdirectory(Linker)
 add_subdirectory(Analysis)
 add_subdirectory(MC)
 add_subdirectory(Object)
+add_subdirectory(DebugInfo)
 add_subdirectory(ExecutionEngine)
 add_subdirectory(Target)
 add_subdirectory(AsmParser)