[all-commits] [llvm/llvm-project] 6371a0: [DWARF][EntryValues] Emit GNU extensions in the ca...
Djordje Todorovic via All-commits
all-commits at lists.llvm.org
Fri Jul 24 05:34:32 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 6371a0a00edb2c56363f7d494a2fac9b6bcaee3c
https://github.com/llvm/llvm-project/commit/6371a0a00edb2c56363f7d494a2fac9b6bcaee3c
Author: Djordje Todorovic <djordje.todorovic at syrmia.com>
Date: 2020-07-24 (Fri, 24 Jul 2020)
Changed paths:
M llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp
M llvm/test/DebugInfo/MIR/X86/call-site-gnu-vs-dwarf5-attrs.mir
Log Message:
-----------
[DWARF][EntryValues] Emit GNU extensions in the case of DWARF 4 + SCE
Emit DWARF 5 call-site symbols even though DWARF 4 is set,
only in the case of LLDB tuning.
This patch addresses PR46643.
Differential Revision: https://reviews.llvm.org/D83463
More information about the All-commits
mailing list