diff options
author | Mircea Trofin <mtrofin@google.com> | 2024-09-24 13:18:21 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-24 13:18:21 -0700 |
commit | 491123562a7597f8b43e317a6481c69e4d15c4e7 (patch) | |
tree | 52a37d0e9123179dd944b4fcde8a1f0caf8e5f33 /llvm/lib/Object/MachOObjectFile.cpp | |
parent | 38371a1855dd891fdd0a6cf437e7c25b80f36dfe (diff) | |
download | llvm-491123562a7597f8b43e317a6481c69e4d15c4e7.zip llvm-491123562a7597f8b43e317a6481c69e4d15c4e7.tar.gz llvm-491123562a7597f8b43e317a6481c69e4d15c4e7.tar.bz2 |
[ctx_prof] Automatically convert available external linkage to local for modules with contextual roots (#109203)
For the modules containing context roots, the way IPO happens will potentially result in imported functions that are differently specialized (even if themselves not inlined) than their originals. So we want to convert them to local rather than elide them.
Eventually we'd perform this as a ThinLTO directive.
Diffstat (limited to 'llvm/lib/Object/MachOObjectFile.cpp')
0 files changed, 0 insertions, 0 deletions