[all-commits] [llvm/llvm-project] 92aa0c: [cfi] Add flag to always generate .debug_frame
dcandler via All-commits
all-commits at lists.llvm.org
Thu Oct 31 02:52:38 PDT 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 92aa0c2dbcb723d102c508f6e7559330b637f912
https://github.com/llvm/llvm-project/commit/92aa0c2dbcb723d102c508f6e7559330b637f912
Author: David Candler <david.candler at arm.com>
Date: 2019-10-31 (Thu, 31 Oct 2019)
Changed paths:
M clang/include/clang/Basic/CodeGenOptions.def
M clang/include/clang/Driver/Options.td
M clang/lib/CodeGen/BackendUtil.cpp
M clang/lib/Driver/ToolChains/Clang.cpp
M clang/lib/Frontend/CompilerInvocation.cpp
A clang/test/Driver/fforce-dwarf-frame.c
M llvm/include/llvm/CodeGen/CommandFlags.inc
M llvm/include/llvm/CodeGen/MachineFunction.h
M llvm/include/llvm/Target/TargetOptions.h
M llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
M llvm/lib/CodeGen/AsmPrinter/DwarfCFIException.cpp
M llvm/lib/CodeGen/CFIInstrInserter.cpp
M llvm/lib/CodeGen/MachineFunction.cpp
M llvm/lib/Target/AArch64/AArch64FrameLowering.cpp
M llvm/lib/Target/ARC/ARCRegisterInfo.cpp
M llvm/lib/Target/Hexagon/HexagonFrameLowering.cpp
M llvm/lib/Target/PowerPC/PPCFrameLowering.cpp
M llvm/lib/Target/X86/X86FrameLowering.cpp
M llvm/lib/Target/X86/X86InstrInfo.cpp
M llvm/lib/Target/XCore/XCoreRegisterInfo.cpp
A llvm/test/CodeGen/ARM/dwarf-frame.ll
Log Message:
-----------
[cfi] Add flag to always generate .debug_frame
This adds a flag to LLVM and clang to always generate a .debug_frame
section, even if other debug information is not being generated. In
situations where .eh_frame would normally be emitted, both .debug_frame
and .eh_frame will be used.
Differential Revision: https://reviews.llvm.org/D67216
More information about the All-commits
mailing list