[all-commits] [llvm/llvm-project] ec60fc: [CodeView] Use non-qualified names for static loca...
Steve Merritt via All-commits
all-commits at lists.llvm.org
Tue Aug 16 07:34:08 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ec60fca7527582cbd949aaeaf923fb710d7c3244
https://github.com/llvm/llvm-project/commit/ec60fca7527582cbd949aaeaf923fb710d7c3244
Author: Steve Merritt <steve.merritt at intel.com>
Date: 2022-08-16 (Tue, 16 Aug 2022)
Changed paths:
M llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
M llvm/test/DebugInfo/COFF/global_visibility.ll
Log Message:
-----------
[CodeView] Use non-qualified names for static local variables
Static variables declared within a routine or lexical block should
be emitted with a non-qualified name. This allows the variables to
be visible to the Visual Studio watch window.
Differential Revision: https://reviews.llvm.org/D131400
More information about the All-commits
mailing list