diff options
author | Lang Hames <lhames@gmail.com> | 2023-08-23 13:39:19 -0700 |
---|---|---|
committer | Lang Hames <lhames@gmail.com> | 2023-08-23 14:19:12 -0700 |
commit | 122ebe3b500190b1f408e2e6db753853e297ba28 (patch) | |
tree | ee59f9b1795eb66c741eaf9cdb0c1ed73ea91519 /llvm/tools/llvm-cov/SourceCoverageViewText.cpp | |
parent | 5d79a8d148418da0565e6aa665178e6f095dd73e (diff) | |
download | llvm-122ebe3b500190b1f408e2e6db753853e297ba28.zip llvm-122ebe3b500190b1f408e2e6db753853e297ba28.tar.gz llvm-122ebe3b500190b1f408e2e6db753853e297ba28.tar.bz2 |
[ORC] Use EPC bootstrap symbols to communicate eh-frame registration fn addrs.
By using bootstrap symbols to communicate these addresseses, rather than dlsym
lookups, we no longer need them to be exported from the main executable. On ELF,
where symbols aren't exported from the main executable by default, this
eliminates a common source of missing symbol errors and allows for smaller
executables (if exports from the main executable aren't otherwise needed and
can be removed).
Diffstat (limited to 'llvm/tools/llvm-cov/SourceCoverageViewText.cpp')
0 files changed, 0 insertions, 0 deletions