From 5388d3fbe8f27a5fad35315729553b4838b91746 Mon Sep 17 00:00:00 2001 From: Brian Anderson Date: Thu, 6 Oct 2016 19:02:28 +0000 Subject: [PATCH] Turn on JSBackend in the makefiles --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 59a3c1c828d4e..6cef35beb6d4b 100755 --- a/configure +++ b/configure @@ -1764,7 +1764,7 @@ do CMAKE_ARGS="$CMAKE_ARGS -DLLVM_ENABLE_ASSERTIONS=ON" fi - CMAKE_ARGS="$CMAKE_ARGS -DLLVM_TARGETS_TO_BUILD='X86;ARM;AArch64;Mips;PowerPC;SystemZ'" + CMAKE_ARGS="$CMAKE_ARGS -DLLVM_TARGETS_TO_BUILD='X86;ARM;AArch64;Mips;PowerPC;SystemZ;JSBackend'" CMAKE_ARGS="$CMAKE_ARGS -G '$CFG_CMAKE_GENERATOR'" CMAKE_ARGS="$CMAKE_ARGS $CFG_LLVM_SRC_DIR"