diff options
author | Rafael Espindola <rafael.espindola@gmail.com> | 2013-07-25 18:55:05 +0000 |
---|---|---|
committer | Rafael Espindola <rafael.espindola@gmail.com> | 2013-07-25 18:55:05 +0000 |
commit | 729866670b05108c399221ca3908400d94ef9783 (patch) | |
tree | ee9a495326112fc2f65a3f8f78a0fece41a57fad /llvm/lib/Target/LLVMBuild.txt | |
parent | 9d910f9ac3d48b6089f81165bc26a06020baacf7 (diff) | |
download | bcm5719-llvm-729866670b05108c399221ca3908400d94ef9783.tar.gz bcm5719-llvm-729866670b05108c399221ca3908400d94ef9783.zip |
Remove the mblaze backend from llvm.
Approval in here http://lists.cs.uiuc.edu/pipermail/llvmdev/2013-July/064169.html
llvm-svn: 187145
Diffstat (limited to 'llvm/lib/Target/LLVMBuild.txt')
-rw-r--r-- | llvm/lib/Target/LLVMBuild.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/LLVMBuild.txt b/llvm/lib/Target/LLVMBuild.txt index 1022ae90889..98d26bcac8a 100644 --- a/llvm/lib/Target/LLVMBuild.txt +++ b/llvm/lib/Target/LLVMBuild.txt @@ -16,7 +16,7 @@ ;===------------------------------------------------------------------------===; [common] -subdirectories = AArch64 ARM CppBackend Hexagon MBlaze MSP430 NVPTX Mips PowerPC R600 Sparc SystemZ X86 XCore +subdirectories = AArch64 ARM CppBackend Hexagon MSP430 NVPTX Mips PowerPC R600 Sparc SystemZ X86 XCore ; This is a special group whose required libraries are extended (by llvm-build) ; with the best execution engine (the native JIT, if available, or the |