# --- T2-COPYRIGHT-NOTE-BEGIN --- # T2 SDE: package/*/llvm/stage0-cross.patch # Copyright (C) 2022 The T2 SDE Project # # This Copyright note is generated by scripts/Create-CopyPatch, # more information can be found in the files COPYING and README. # # This patch file is dual-licensed. It is available under the license the # patched project is licensed under, as long as it is an OpenSource license # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms # of the GNU General Public License version 2 as used by the T2 SDE. # --- T2-COPYRIGHT-NOTE-END --- --- llvm-14.0.0.src/CMakeLists.txt.vanilla 2022-03-26 13:53:32.451839121 +0100 +++ llvm-14.0.0.src/CMakeLists.txt 2022-03-26 14:14:41.280904579 +0100 @@ -667,7 +667,7 @@ option(LLVM_OPTIMIZED_TABLEGEN "Force TableGen to be built with optimization" OFF) if(CMAKE_CROSSCOMPILING OR (LLVM_OPTIMIZED_TABLEGEN AND (LLVM_ENABLE_ASSERTIONS OR CMAKE_CONFIGURATION_TYPES))) - set(LLVM_USE_HOST_TOOLS ON) + #set(LLVM_USE_HOST_TOOLS ON) endif() option(LLVM_OMIT_DAGISEL_COMMENTS "Do not add comments to DAG ISel" ON)