File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 51
51
# support. You'll need to write a target specification at least, and most
52
52
# likely, teach rustc about the C ABI of the target. Get in touch with the
53
53
# Rust team and file an issue if you need assistance in porting!
54
- #targets = "X86;ARM;AArch64;Mips;PowerPC;SystemZ;JSBackend;MSP430;Sparc;NVPTX"
54
+ #targets = "X86;ARM;AArch64;Mips;PowerPC;SystemZ;JSBackend;MSP430;Sparc;NVPTX;Hexagon "
55
55
56
56
# Cap the number of parallel linker invocations when compiling LLVM.
57
57
# This can be useful when building LLVM with debug info, which significantly
Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ pub fn llvm(build: &Build, target: &str) {
81
81
// NOTE: remember to also update `config.toml.example` when changing the defaults!
82
82
let llvm_targets = match build. config . llvm_targets {
83
83
Some ( ref s) => s,
84
- None => "X86;ARM;AArch64;Mips;PowerPC;SystemZ;JSBackend;MSP430;Sparc;NVPTX" ,
84
+ None => "X86;ARM;AArch64;Mips;PowerPC;SystemZ;JSBackend;MSP430;Sparc;NVPTX;Hexagon " ,
85
85
} ;
86
86
87
87
let assertions = if build. config . llvm_assertions { "ON" } else { "OFF" } ;
You can’t perform that action at this time.
0 commit comments