[all-commits] [llvm/llvm-project] f44e3f: [CodeView] Emit S_OBJNAME record
Alexandre Ganea via All-commits
all-commits at lists.llvm.org
Tue Dec 21 06:26:54 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f44e3fbadd15bc851c6e3c2a40ddf5f0a502151a
https://github.com/llvm/llvm-project/commit/f44e3fbadd15bc851c6e3c2a40ddf5f0a502151a
Author: Alexandre Ganea <alexandre.ganea at legionlabs.com>
Date: 2021-12-21 (Tue, 21 Dec 2021)
Changed paths:
M clang/include/clang/Basic/CodeGenOptions.h
M clang/include/clang/Driver/Job.h
M clang/include/clang/Driver/Options.td
M clang/lib/CodeGen/BackendUtil.cpp
M clang/lib/Driver/ToolChains/Clang.cpp
M clang/test/CMakeLists.txt
A clang/test/CodeGenCXX/debug-info-objname.cpp
M llvm/include/llvm/MC/MCTargetOptions.h
M llvm/include/llvm/Support/Caching.h
M llvm/include/llvm/Support/ToolOutputFile.h
M llvm/include/llvm/Target/TargetOptions.h
M llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
M llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.h
M llvm/lib/LTO/LTOBackend.cpp
M llvm/lib/Support/Caching.cpp
M llvm/test/DebugInfo/COFF/globals.ll
M llvm/test/DebugInfo/COFF/multifunction.ll
M llvm/test/DebugInfo/COFF/pr28747.ll
M llvm/test/DebugInfo/COFF/simple.ll
M llvm/test/DebugInfo/COFF/vframe-fpo.ll
M llvm/test/MC/AArch64/coff-debug.ll
M llvm/test/MC/ARM/coff-debugging-secrel.ll
M llvm/test/MC/COFF/cv-compiler-info.ll
M llvm/tools/llc/llc.cpp
M llvm/tools/llvm-lto2/llvm-lto2.cpp
Log Message:
-----------
[CodeView] Emit S_OBJNAME record
Thanks to @zturner for the initial patch!
Differential Revision: https://reviews.llvm.org/D43002
More information about the All-commits
mailing list