[PATCH] D63012: Use fully qualified name when printing S_CONSTANT records
Amy Huang via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 7 09:38:07 PDT 2019
akhuang created this revision.
akhuang added a reviewer: rnk.
Herald added subscribers: llvm-commits, hiraditya.
Herald added a project: LLVM.
Before it was using the fully qualified name only for static data members.
Now it does for all variable names to match MSVC.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D63012
Files:
llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
llvm/test/DebugInfo/COFF/global-constants.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D63012.203573.patch
Type: text/x-patch
Size: 11076 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190607/615619a3/attachment.bin>
More information about the llvm-commits
mailing list