enable LLVM's SPARC backend
This commit is contained in:
parent
10271ea24f
commit
bea6ab23f9
3 changed files with 8 additions and 2 deletions
|
|
@ -81,7 +81,7 @@ pub fn llvm(build: &Build, target: &str) {
|
|||
.profile(profile)
|
||||
.define("LLVM_ENABLE_ASSERTIONS", assertions)
|
||||
.define("LLVM_TARGETS_TO_BUILD",
|
||||
"X86;ARM;AArch64;Mips;PowerPC;SystemZ;JSBackend;MSP430")
|
||||
"X86;ARM;AArch64;Mips;PowerPC;SystemZ;JSBackend;MSP430;Sparc")
|
||||
.define("LLVM_INCLUDE_EXAMPLES", "OFF")
|
||||
.define("LLVM_INCLUDE_TESTS", "OFF")
|
||||
.define("LLVM_INCLUDE_DOCS", "OFF")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue