Add the skeleton of an asm parser for mips.
[oota-llvm.git] / lib / Target / Mips / CMakeLists.txt
index b54612e56013053287203bb8a770fa0cfc2037b9..7c80fc29b31edd5e82950a1ae624d080b604d911 100644 (file)
@@ -33,3 +33,4 @@ add_llvm_target(MipsCodeGen
 add_subdirectory(InstPrinter)
 add_subdirectory(TargetInfo)
 add_subdirectory(MCTargetDesc)
+add_subdirectory(AsmParser)