[all-commits] [llvm/llvm-project] 721ea5: [DebugInfo][CodeView] Include namespace into emitt...
Alexandre Ganea via All-commits
all-commits at lists.llvm.org
Mon May 4 11:07:30 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 721ea5b380b8c8304d24e14b9164660604b93032
https://github.com/llvm/llvm-project/commit/721ea5b380b8c8304d24e14b9164660604b93032
Author: Alexandre Ganea <alexandre.ganea at ubisoft.com>
Date: 2020-05-04 (Mon, 04 May 2020)
Changed paths:
M llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
M llvm/test/DebugInfo/COFF/global_visibility.ll
M llvm/test/DebugInfo/COFF/globals.ll
Log Message:
-----------
[DebugInfo][CodeView] Include namespace into emitted globals
Before this patch, global variables didn't have their namespace prepended in the Codeview debug symbol stream. This prevented Visual Studio from displaying them in the debugger (they appeared as 'unspecified error')
Differential Revision: https://reviews.llvm.org/D79028
More information about the All-commits
mailing list