Skip to content

Commit 7b55936

Browse files
author
Jorge Aparicio
committed
oops, forgot to commit a rustbuild related file
1 parent 4f9f7b0 commit 7b55936

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/bootstrap/native.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,8 @@ pub fn llvm(build: &Build, target: &str) {
7979
.out_dir(&dst)
8080
.profile(profile)
8181
.define("LLVM_ENABLE_ASSERTIONS", assertions)
82-
.define("LLVM_TARGETS_TO_BUILD", "X86;ARM;AArch64;Mips;PowerPC;SystemZ;JSBackend")
82+
.define("LLVM_TARGETS_TO_BUILD",
83+
"X86;ARM;AArch64;Mips;PowerPC;SystemZ;JSBackend;MSP430")
8384
.define("LLVM_INCLUDE_EXAMPLES", "OFF")
8485
.define("LLVM_INCLUDE_TESTS", "OFF")
8586
.define("LLVM_INCLUDE_DOCS", "OFF")

0 commit comments

Comments
 (0)