[PATCH] D128093: [lld-macho] Initial support for Linker Optimization Hints
Daniel Bertalan via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 28 09:06:04 PDT 2022
BertalanD marked 15 inline comments as done.
BertalanD added inline comments.
================
Comment at: lld/test/MachO/loh-adrp-add.s:4
+# RUN: llvm-mc -filetype=obj -triple=arm64-apple-darwin %s -o %t.o
+# RUN: %lld -arch arm64 %t.o -o %t
+# RUN: llvm-objdump -d --macho %t | FileCheck %s
----------------
int3 wrote:
> we should match against the warning messages too
I didn't end up adding warnings for the cases labeled "(invalid input)" here.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D128093/new/
https://reviews.llvm.org/D128093
More information about the llvm-commits
mailing list