diff options
author | Nikita Popov <npopov@redhat.com> | 2024-06-14 09:39:15 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-14 09:39:15 +0200 |
commit | 4942e78271e73d45e971196dc5a9769f94b30060 (patch) | |
tree | ae2846d23a1d7bae4b99097174ba6791197de2f7 /llvm/lib/ProfileData/Coverage/CoverageMapping.cpp | |
parent | c947709df7859bb7285873593adab70349a5ab3e (diff) | |
download | llvm-4942e78271e73d45e971196dc5a9769f94b30060.zip llvm-4942e78271e73d45e971196dc5a9769f94b30060.tar.gz llvm-4942e78271e73d45e971196dc5a9769f94b30060.tar.bz2 |
[llvm-exegesis] Only link/initialize supported targets (NFC) (#95421)
llvm-exegesis currently links and initializes all targets, even though
most of them are not supported by llvm-exegesis. This is particularly
unfortunate because llvm-exegesis does not support the LLVM dylib, so
llvm-exegesis essentially ends up doing a complete relink of all of
LLVM, which is not fun if you use LTO.
Instead, only link and initialize the targets that are part of
LLVM_EXEGESIS_TARGETS.
Diffstat (limited to 'llvm/lib/ProfileData/Coverage/CoverageMapping.cpp')
0 files changed, 0 insertions, 0 deletions