Skip to content

Commit 22558d3

Browse files
committed
Merging r353463:
------------------------------------------------------------------------ r353463 | smeenai | 2019-02-07 21:58:04 +0100 (Thu, 07 Feb 2019) | 4 lines [cmake] Pass LLVM_TEMPORARILY_ALLOW_OLD_TOOLCHAIN to NATIVE configure We should propagate this down to host builds so that e.g. people using an optimized tablegen can do the sub-configure successfully. ------------------------------------------------------------------------ llvm-svn: 353517
1 parent ce52769 commit 22558d3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

llvm/cmake/modules/CrossCompile.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ function(llvm_create_cross_target_internal target_name toolchain buildtype)
5252
-DLLVM_EXPERIMENTAL_TARGETS_TO_BUILD="${experimental_targets_to_build_arg}"
5353
-DLLVM_DEFAULT_TARGET_TRIPLE="${TARGET_TRIPLE}"
5454
-DLLVM_TARGET_ARCH="${LLVM_TARGET_ARCH}"
55+
-DLLVM_TEMPORARILY_ALLOW_OLD_TOOLCHAIN="${LLVM_TEMPORARILY_ALLOW_OLD_TOOLCHAIN}"
5556
${build_type_flags} ${linker_flag} ${external_clang_dir}
5657
WORKING_DIRECTORY ${LLVM_${target_name}_BUILD}
5758
DEPENDS CREATE_LLVM_${target_name}

0 commit comments

Comments
 (0)