diff options
author | Jonas Devlieghere <jonas@devlieghere.com> | 2024-10-22 09:40:34 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-22 09:40:34 -0700 |
commit | 2ccbea1d738332cd92d8d33fdd51dfac3482328e (patch) | |
tree | 2c102b9b689e3b4446f57f97fc1c2398debea88f /clang/lib/Serialization/ModuleManager.cpp | |
parent | 91fd1b4f32206267f6b9ce0dc4977d62ef227151 (diff) | |
download | llvm-2ccbea1d738332cd92d8d33fdd51dfac3482328e.zip llvm-2ccbea1d738332cd92d8d33fdd51dfac3482328e.tar.gz llvm-2ccbea1d738332cd92d8d33fdd51dfac3482328e.tar.bz2 |
[dsymutil] Share one BinaryHolder between debug map parsing & linking (#113234)
I (re)discovered that dsymutil was instantiating two BinaryHolders: one
for parsing the debug map and one for linking. That really defeats the
purpose of the BinaryHolder as it serves as a cache. Fix the issue and
remove an old FIXME.
Diffstat (limited to 'clang/lib/Serialization/ModuleManager.cpp')
0 files changed, 0 insertions, 0 deletions