[PATCH] D73173: [NFC][DWARF] Use proper analog GNU attribute for the pc address

Djordje Todorovic via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 23 03:17:13 PST 2020


This revision was automatically updated to reflect the committed changes.
Closed by commit rG91b0956f3886: [NFC][DwarfDebug] Use proper analog GNU attribute for the pc address (authored by djtodoro).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D73173/new/

https://reviews.llvm.org/D73173

Files:
  llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp


Index: llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp
===================================================================
--- llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp
+++ llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp
@@ -953,7 +953,6 @@
     return dwarf::DW_AT_GNU_call_site_target;
   case dwarf::DW_AT_call_origin:
     return dwarf::DW_AT_abstract_origin;
-  case dwarf::DW_AT_call_pc:
   case dwarf::DW_AT_call_return_pc:
     return dwarf::DW_AT_low_pc;
   case dwarf::DW_AT_call_value:


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D73173.239840.patch
Type: text/x-patch
Size: 506 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200123/335d9feb/attachment.bin>


More information about the llvm-commits mailing list