diff options
author | Paul Kirth <paulkirth@google.com> | 2024-04-26 00:37:04 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-25 15:37:04 -0700 |
commit | eb4a510283bdbf1e6f0b47a9e20ea88b775c5a85 (patch) | |
tree | 449c0cd0ddce63c836a4679c26277960d453f175 /clang/test/Index/annotate-nested-name-specifier.cpp | |
parent | 6473fbf2d68c8486d168f29afc35d3e8a6fabe69 (diff) | |
download | llvm-eb4a510283bdbf1e6f0b47a9e20ea88b775c5a85.zip llvm-eb4a510283bdbf1e6f0b47a9e20ea88b775c5a85.tar.gz llvm-eb4a510283bdbf1e6f0b47a9e20ea88b775c5a85.tar.bz2 |
[compiler-rt] Avoid assertions when using LLVM_ENABLE_PER_TARGET_RUNTIME_DIR (#90127)
Previously, the memprof and ctx_profile lit.site.cfg would assert
if the enable_per_target_runtime_dir was set and the
config.target_arch != config.host_arch. However, config.host_arch would
never be set, meaning this would always fail in a when using
LLVM_ENABLE_PER_TARGET_RUNTIME_DIR.
This patch follows the example in the ASAN lit.site.cfg.py that updates
the compiler_rt_libdir appropriately.
Diffstat (limited to 'clang/test/Index/annotate-nested-name-specifier.cpp')
0 files changed, 0 insertions, 0 deletions