diff options
| author | Hal Finkel <hfinkel@anl.gov> | 2013-12-16 15:48:09 +0000 |
|---|---|---|
| committer | Hal Finkel <hfinkel@anl.gov> | 2013-12-16 15:48:09 +0000 |
| commit | 0a576d52fafcc67cb3722135cf5a042c7b2ea698 (patch) | |
| tree | 7962918e489741257c5c8cc7d50057ab361f3ccb /llvm/lib/Target/PowerPC | |
| parent | 03932fba3ac0aa03a9b599408e4d7ede78644217 (diff) | |
| download | bcm5719-llvm-0a576d52fafcc67cb3722135cf5a042c7b2ea698.tar.gz bcm5719-llvm-0a576d52fafcc67cb3722135cf5a042c7b2ea698.zip | |
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
Diffstat (limited to 'llvm/lib/Target/PowerPC')
| -rw-r--r-- | llvm/lib/Target/PowerPC/LLVMBuild.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Target/PowerPC/LLVMBuild.txt b/llvm/lib/Target/PowerPC/LLVMBuild.txt index 9637b40ac01..3ddef36d071 100644 --- a/llvm/lib/Target/PowerPC/LLVMBuild.txt +++ b/llvm/lib/Target/PowerPC/LLVMBuild.txt @@ -22,6 +22,7 @@ subdirectories = AsmParser InstPrinter MCTargetDesc TargetInfo type = TargetGroup name = PowerPC parent = Target +has_asmparser = 1 has_asmprinter = 1 has_jit = 1 |

