[PATCH] D101837: [PowerPC][LLD] Make sure that the correct Thunks are used.
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue May 4 12:50:08 PDT 2021
MaskRay added inline comments.
================
Comment at: lld/test/ELF/ppc64-pcrel-cross-link.s:18
+
+# NOSWAP: 01001000 <func>:
+# NOSWAP: blr
----------------
Use -LABEL for the function label line
================
Comment at: lld/test/ELF/ppc64-pcrel-cross-link.s:22
+# NOSWAP: bl 0x1001000
+# NOSWAP: blr
+# NOSWAP: 01002018 <callee_notoc>:
----------------
Use -NEXT: where applicable.
================
Comment at: lld/test/ELF/ppc64-pcrel-cross-link.s:90
+
+#--- callees
+.section .text_func, "ax", %progbits
----------------
Name assembly files `*.s` and object files `*.o`
================
Comment at: lld/test/ELF/ppc64-pcrel-cross-link.s:141
+ blr
+
----------------
Delete trailing empty lines
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D101837/new/
https://reviews.llvm.org/D101837
More information about the llvm-commits
mailing list