[PATCH] D84803: [ThinLTO][MachO] Preserve both possible GUIDs from exported list
Mehdi AMINI via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 30 12:04:40 PDT 2020
mehdi_amini added a comment.
So `getGlobalIdentifier` removes the leading `\01` because it only indicates that the symbol is already mangled, but on the other hand does not apply the platform mangling when there isn't a `\01`? It seems inconsistent isn't it? Could `getGlobalIdentifier` mangle the symbol when there isn't the leading `\01`?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D84803/new/
https://reviews.llvm.org/D84803
More information about the llvm-commits
mailing list