summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
diff options
context:
space:
mode:
authorNico Weber <nicolasweber@gmx.de>2019-03-11 23:02:18 +0000
committerNico Weber <nicolasweber@gmx.de>2019-03-11 23:02:18 +0000
commit020d92cb618c551a8065905111867a8c0b0f9196 (patch)
tree9f7eac0b4e7ba39e46e3b83da74743be4531be39 /llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
parent86af6f5088b16c98e7033a6a5cf3c889c5d95e57 (diff)
downloadbcm5719-llvm-020d92cb618c551a8065905111867a8c0b0f9196.tar.gz
bcm5719-llvm-020d92cb618c551a8065905111867a8c0b0f9196.zip
lld-link: Only print demangled symbol names by default
This makes lld-link's output a bit more concise. Since most developers can't read mangled names, this should make the output a bit easier to understand as well. It also makes lld-link's output consistent with ld.lld's output. (link.exe prints both demangled and mangled names; lld-link used to match link.exe output but now no longer does.) For people working on toolchains, add a `/demangle:no` flag that makes lld-link print the mangled name instead of the demangled name. (If desired, people could pipe that through `demumble -b` to get the old behavior of both demangled and mangled output.) Differential Revision: https://reviews.llvm.org/D58132 llvm-svn: 355878
Diffstat (limited to 'llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud