[all-commits] [llvm/llvm-project] 91b095: [NFC][DwarfDebug] Use proper analog GNU attribute ...
Djordje Todorovic via All-commits
all-commits at lists.llvm.org
Thu Jan 23 03:15:53 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 91b0956f3886c225c7011f11220e225cded06e57
https://github.com/llvm/llvm-project/commit/91b0956f3886c225c7011f11220e225cded06e57
Author: Djordje Todorovic <djordje.todorovic at rt-rk.com>
Date: 2020-01-23 (Thu, 23 Jan 2020)
Changed paths:
M llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp
Log Message:
-----------
[NFC][DwarfDebug] Use proper analog GNU attribute for the pc address
The low_pc is analog to the DW_AT_call_return_pc, since it describes
the return address after the call. The DW_AT_call_pc is the address
of the call instruction, and we don't use it at the moment.
Differential Revision: https://reviews.llvm.org/D73173
More information about the All-commits
mailing list