LLVMBuild: Add explicit information on whether targets define an assembly printer...
[oota-llvm.git] / lib / Target / ARM / LLVMBuild.txt
index 79cae91f5b9185f176d799cd0b6b17abd05d0a5d..9082539bf50cdb4c925753154c74518192e1ac21 100644 (file)
@@ -19,6 +19,9 @@
 type = TargetGroup
 name = ARM
 parent = Target
+has_asmparser = 1
+has_asmprinter = 1
+has_disassembler = 1
 has_jit = 1
 
 [component_1]