[PATCH] D65924: Revert "[cmake] Pass LLVM_TEMPORARILY_ALLOW_OLD_TOOLCHAIN to NATIVE configure"
JF Bastien via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 7 22:28:25 PDT 2019
jfb created this revision.
jfb added a reviewer: smeenai.
Herald added subscribers: llvm-commits, dexonsmith, jkorous, mgorny.
Herald added a project: LLVM.
We’re about to migrate to C++14, which means that we’ll bump the minimum
compiler version to the “soft” one. This option therefore won’t do anything
anymore.
This was originally committed in r353463.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D65924
Files:
llvm/cmake/modules/CrossCompile.cmake
Index: llvm/cmake/modules/CrossCompile.cmake
===================================================================
--- llvm/cmake/modules/CrossCompile.cmake
+++ llvm/cmake/modules/CrossCompile.cmake
@@ -69,7 +69,6 @@
-DLLVM_TARGET_ARCH="${LLVM_TARGET_ARCH}"
-DLLVM_ENABLE_PROJECTS="${llvm_enable_projects_arg}"
-DLLVM_EXTERNAL_PROJECTS="${llvm_external_projects_arg}"
- -DLLVM_TEMPORARILY_ALLOW_OLD_TOOLCHAIN="${LLVM_TEMPORARILY_ALLOW_OLD_TOOLCHAIN}"
${build_type_flags} ${linker_flag} ${external_clang_dir}
${ARGN}
WORKING_DIRECTORY ${${project_name}_${target_name}_BUILD}
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D65924.214065.patch
Type: text/x-patch
Size: 629 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190808/5056a209/attachment.bin>
More information about the llvm-commits
mailing list