aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/ProfileData/Coverage/CoverageMapping.cpp
diff options
context:
space:
mode:
authorLouis Dionne <ldionne.2@gmail.com>2024-02-26 14:55:10 -0500
committerGitHub <noreply@github.com>2024-02-26 14:55:10 -0500
commit6a884a9aef397f76178b141d789efadf280f2c3f (patch)
tree672e8cf2b2e5784a2175459bc41db0add838fb14 /llvm/lib/ProfileData/Coverage/CoverageMapping.cpp
parent7b66b5d6c2fadb1e9f8cfc8d1864d4109105001f (diff)
downloadllvm-6a884a9aef397f76178b141d789efadf280f2c3f.zip
llvm-6a884a9aef397f76178b141d789efadf280f2c3f.tar.gz
llvm-6a884a9aef397f76178b141d789efadf280f2c3f.tar.bz2
[libc++] Always keep libc++abi re-exports up-to-date (#79012)
Previously, the list of libc++abi symbols that we re-export from libc++ would be partly encoded in libc++abi (and re-exported automatically via the cxxabi-reexports target), and partly hard-coded in libcxx/lib/libc++abi.exp. The duplication of information led to symbols not being exported from libc++ after being added to libc++abi when they should have been. This patch removes the duplication of information. After this patch, the full list of symbols to re-export from libc++abi is handled by the cxxabi-reexports target and is stored in libcxxabi. The symbols newly re-exported from libc++ are mainly new fundamental typeinfos and a bunch of functions and classes that are part of libc++abi but are most likely implementation details. In the future, it would be possible to try to trim down the set of what we export from libc++abi (and hence what we re-export from libc++) to remove some implementation detail symbols. Fixes #79008
Diffstat (limited to 'llvm/lib/ProfileData/Coverage/CoverageMapping.cpp')
0 files changed, 0 insertions, 0 deletions