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