forked from OSchip/llvm-project
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:
parent
03932fba3a
commit
0a576d52fa
|
@ -22,6 +22,7 @@ subdirectories = AsmParser InstPrinter MCTargetDesc TargetInfo
|
|||
type = TargetGroup
|
||||
name = PowerPC
|
||||
parent = Target
|
||||
has_asmparser = 1
|
||||
has_asmprinter = 1
|
||||
has_jit = 1
|
||||
|
||||
|
|
Loading…
Reference in New Issue