[all-commits] [llvm/llvm-project] 5cb210: DebugInfo: Use the signedness of the underlying en...
David Blaikie via All-commits
all-commits at lists.llvm.org
Fri Sep 24 17:12:00 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5cb210862be45da1025fa8a9db4f52388340eade
https://github.com/llvm/llvm-project/commit/5cb210862be45da1025fa8a9db4f52388340eade
Author: David Blaikie <dblaikie at gmail.com>
Date: 2021-09-24 (Fri, 24 Sep 2021)
Changed paths:
M llvm/lib/CodeGen/AsmPrinter/DebugHandlerBase.cpp
M llvm/test/DebugInfo/X86/template.ll
Log Message:
-----------
DebugInfo: Use the signedness of the underlying enum when encoding enum non-type-template-parameters
This improves the accuracy of the debug info and improves round tripping
through -gsimple-template-names.
More information about the All-commits
mailing list