diff options
author | Alexandre Ganea <alexandre.ganea@legionlabs.com> | 2021-12-21 18:59:47 -0500 |
---|---|---|
committer | Alexandre Ganea <alexandre.ganea@legionlabs.com> | 2021-12-21 19:02:14 -0500 |
commit | a282ea4898efe2b2e57a93b44e90c9e497520cfb (patch) | |
tree | 57c90bccf41dd205db8b8b1aa7b187057a55a074 /llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.h | |
parent | 5bb5142e80c9c6eb1a948d6d2ff4834e4e69741f (diff) | |
download | llvm-a282ea4898efe2b2e57a93b44e90c9e497520cfb.zip llvm-a282ea4898efe2b2e57a93b44e90c9e497520cfb.tar.gz llvm-a282ea4898efe2b2e57a93b44e90c9e497520cfb.tar.bz2 |
Reland - [CodeView] Emit S_OBJNAME record
Reland integrates build fixes & further review suggestions.
Thanks to @zturner for the initial S_OBJNAME patch!
Differential Revision: https://reviews.llvm.org/D43002
Diffstat (limited to 'llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.h')
-rw-r--r-- | llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.h b/llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.h index 6f88e15..d1fc3cd 100644 --- a/llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.h +++ b/llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.h @@ -302,6 +302,8 @@ class LLVM_LIBRARY_VISIBILITY CodeViewDebug : public DebugHandlerBase { void emitTypeGlobalHashes(); + void emitObjName(); + void emitCompilerInformation(); void emitBuildInfo(); |