[all-commits] [llvm/llvm-project] 76c5f2: Re-land [Debug][CodeView] Emit fully qualified nam...
Alexandre Ganea via All-commits
all-commits at lists.llvm.org
Fri May 15 07:37:33 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 76c5f277f25e334404aa44ea0aafd674a627ab74
https://github.com/llvm/llvm-project/commit/76c5f277f25e334404aa44ea0aafd674a627ab74
Author: Alexandre Ganea <alexandre.ganea at ubisoft.com>
Date: 2020-05-15 (Fri, 15 May 2020)
Changed paths:
M lldb/test/Shell/SymbolFile/PDB/variables.test
M llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
M llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.h
M llvm/test/DebugInfo/COFF/global-constants.ll
M llvm/test/DebugInfo/COFF/global_visibility.ll
M llvm/test/DebugInfo/COFF/globals.ll
M llvm/test/DebugInfo/COFF/types-array-unsized.ll
Log Message:
-----------
Re-land [Debug][CodeView] Emit fully qualified names for globals
Before this patch, S_[L|G][THREAD32|DATA32] records were emitted with a simple name, not the fully qualified name (namespace + class scope).
Differential Revision: https://reviews.llvm.org/D79447
More information about the All-commits
mailing list