[PATCH] D128806: [RISCV] Fix wrong position of prologue_end
LiqinWeng via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 21 05:25:48 PDT 2022
Miss_Grape added a comment.
> Just check `.loc` in the `llc` output. Avoid `llvm-dwarfdump --debug-line`/llvm-objdump.
The main purpose of using llvm-objdump and llvm-dwarfdump is to determine the position where .loc prologue_end is inserted into the end of the function prologue
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D128806/new/
https://reviews.llvm.org/D128806
More information about the llvm-commits
mailing list