Move TargetAsmParser.h TargetAsmBackend.h and TargetAsmLexer.h to MC where they belong.
[oota-llvm.git] / lib / MC / CMakeLists.txt
index d6468749ac571c514f7c4bc2dbe75a1bce0e29d1..775e1053e664866c4c7b9e33c3b1657b373e30cd 100644 (file)
@@ -39,6 +39,7 @@ add_llvm_library(LLVMMC
   WinCOFFObjectWriter.cpp
   SubtargetFeature.cpp
   TargetAsmBackend.cpp
+  TargetAsmLexer.cpp
   )
 
 add_subdirectory(MCParser)