aboutsummaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorRaul Tambre <raul@tambre.ee>2024-06-03 19:46:06 +0300
committerGitHub <noreply@github.com>2024-06-03 19:46:06 +0300
commitffec63b6a54f719976443cc17b6226030be17c52 (patch)
tree11900dfe89357a8f3649b7a70a34119ef712778d /utils
parentaf9a247990b10e2be4f3d691c1a967b46acdf7f8 (diff)
downloadllvm-ffec63b6a54f719976443cc17b6226030be17c52.zip
llvm-ffec63b6a54f719976443cc17b6226030be17c52.tar.gz
llvm-ffec63b6a54f719976443cc17b6226030be17c52.tar.bz2
[cmake] Pass -resource-dir to external projects as CMAKE_<LANG>_FLAGS_INIT instead of as a force override (#87330)
It's useful to use toolchain files for configuring runtimes builds. Setting `CMAKE_<LANG>_FLAGS` is however forceful and precludes initialization from the _INIT variant meant to be set by toolchains. The toolchain file still needs to append instead of just setting and be idempotent (`include_guard()`), but this way at least a special toolchain to account for LLVM won't be required.
Diffstat (limited to 'utils')
0 files changed, 0 insertions, 0 deletions