Add helpers for fetching basic types.
[oota-llvm.git] / lib / Support / CMakeLists.txt
index 5f6dd4c15a5ed0b76331a9300e79d5411dd0243f..2da4a690fe7169802ffab6d1b143e03b929520bc 100644 (file)
@@ -3,7 +3,6 @@ add_llvm_library(LLVMSupport
   APInt.cpp
   APSInt.cpp
   Allocator.cpp
-  Annotation.cpp
   CommandLine.cpp
   ConstantRange.cpp
   Debug.cpp
@@ -31,6 +30,7 @@ add_llvm_library(LLVMSupport
   TargetRegistry.cpp
   Timer.cpp
   Triple.cpp
+  Twine.cpp
   raw_ostream.cpp
   )