[all-commits] [llvm/llvm-project] fd3041: [lld-macho] Demangle location name in undefined sy...
Daniel Bertalan via All-commits
all-commits at lists.llvm.org
Mon Jul 25 09:43:21 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: fd3041420681fe1581b75695f2b61b14b710d8d7
https://github.com/llvm/llvm-project/commit/fd3041420681fe1581b75695f2b61b14b710d8d7
Author: Daniel Bertalan <dani at danielbertalan.dev>
Date: 2022-07-25 (Mon, 25 Jul 2022)
Changed paths:
M lld/MachO/InputSection.cpp
M lld/test/MachO/invalid/undefined-symbol.s
Log Message:
-----------
[lld-macho] Demangle location name in undefined symbol diagnostics
If the `-demangle` flag is passed to lld, symbol names will now be
demangled in the "referenced by:" message in addition to the referenced
symbol's name, which was already demangled before this change.
Differential Revision: https://reviews.llvm.org/D130490
More information about the All-commits
mailing list