Set has_asmparser in PowerPC/LLVMBuild.txt

PowerPC now has an asm parser (and has for many months now); indicate this in
PowerPC/LLVMBuild.txt.

llvm-svn: 197393
This commit is contained in:
Hal Finkel 2013-12-16 15:48:09 +00:00
parent 03932fba3a
commit 0a576d52fa
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@ subdirectories = AsmParser InstPrinter MCTargetDesc TargetInfo
type = TargetGroup
name = PowerPC
parent = Target
has_asmparser = 1
has_asmprinter = 1
has_jit = 1