Skip to content

Commit 49be16e

Browse files
authored
Auto merge of #37006 - brson:jsbackend, r=alexcrichton
Turn on JSBackend in the makefiles This should make the nightlies work with emscripten. r? @alexcrichton Closes #37004
2 parents 6e8f92f + 5388d3f commit 49be16e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1764,7 +1764,7 @@ do
17641764
CMAKE_ARGS="$CMAKE_ARGS -DLLVM_ENABLE_ASSERTIONS=ON"
17651765
fi
17661766

1767-
CMAKE_ARGS="$CMAKE_ARGS -DLLVM_TARGETS_TO_BUILD='X86;ARM;AArch64;Mips;PowerPC;SystemZ'"
1767+
CMAKE_ARGS="$CMAKE_ARGS -DLLVM_TARGETS_TO_BUILD='X86;ARM;AArch64;Mips;PowerPC;SystemZ;JSBackend'"
17681768
CMAKE_ARGS="$CMAKE_ARGS -G '$CFG_CMAKE_GENERATOR'"
17691769
CMAKE_ARGS="$CMAKE_ARGS $CFG_LLVM_SRC_DIR"
17701770

0 commit comments

Comments
 (0)