Skip to content

Commit 2c92b57

Browse files
Axel-NaumannSFT
authored and
SFT
committed
Try to fix Issue #289, #302, #297: only build cling, not lli.
1 parent 63e0a87 commit 2c92b57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/packaging/cpt.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -493,7 +493,7 @@ def compile(arg, build_libcpp):
493493
EXTRA_CMAKE_FLAGS = ' -DLLVM_HOST_TRIPLE="%s" ' % triple.rstrip() + EXTRA_CMAKE_FLAGS
494494

495495
build = Build()
496-
cmake_config_flags = (srcdir + ' -DCMAKE_BUILD_TYPE={0} -DCMAKE_INSTALL_PREFIX={1} '
496+
cmake_config_flags = (srcdir + ' -DLLVM_BUILD_TOOLS=Off -DCMAKE_BUILD_TYPE={0} -DCMAKE_INSTALL_PREFIX={1} '
497497
.format(build.buildType, TMP_PREFIX) + ' -DLLVM_TARGETS_TO_BUILD=host ' +
498498
EXTRA_CMAKE_FLAGS)
499499

0 commit comments

Comments
 (0)