[PATCH] D72228: [MIPS][ELF] Use PC-relative relocations in .eh_frame when possible
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 10 10:22:17 PST 2020
MaskRay added inline comments.
================
Comment at: llvm/test/MC/Mips/eh-frame.s:21
+// RUN: llvm-mc -filetype=obj %s -o %t.o -triple mips-unknown-linux-gnu --position-independent
+// RUN: llvm-objdump -r -section=.rel.eh_frame %t.o | FileCheck --check-prefixes=RELOCS,PIC32 %s
+// RUN: llvm-dwarfdump -eh-frame %t.o | FileCheck --check-prefixes=DWARF32,DWARF32_PIC %s
----------------
`llvm-readobj -r` may have a nicer output than `llvm-objdump -r`
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D72228/new/
https://reviews.llvm.org/D72228
More information about the llvm-commits
mailing list