[PATCH] D49000: [DebugInfo] Change default value of FDEPointerEncoding
Phabricator via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 9 11:50:42 PDT 2018
This revision was automatically updated to reflect the committed changes.
Closed by commit rL336577: [DebugInfo] Change default value of FDEPointerEncoding (authored by maks, committed by ).
Changed prior to commit:
https://reviews.llvm.org/D49000?vs=154319&id=154660#toc
Repository:
rL LLVM
https://reviews.llvm.org/D49000
Files:
llvm/trunk/lib/DebugInfo/DWARF/DWARFDebugFrame.cpp
Index: llvm/trunk/lib/DebugInfo/DWARF/DWARFDebugFrame.cpp
===================================================================
--- llvm/trunk/lib/DebugInfo/DWARF/DWARFDebugFrame.cpp
+++ llvm/trunk/lib/DebugInfo/DWARF/DWARFDebugFrame.cpp
@@ -399,7 +399,7 @@
// Parse the augmentation data for EH CIEs
StringRef AugmentationData("");
- uint32_t FDEPointerEncoding = DW_EH_PE_omit;
+ uint32_t FDEPointerEncoding = DW_EH_PE_absptr;
uint32_t LSDAPointerEncoding = DW_EH_PE_omit;
Optional<uint64_t> Personality;
Optional<uint32_t> PersonalityEncoding;
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D49000.154660.patch
Type: text/x-patch
Size: 592 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180709/d4754349/attachment.bin>
More information about the llvm-commits
mailing list