[PATCH] D138884: [lld-macho] Reject -no_pie for unsupported archs

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 28 18:30:28 PST 2022


MaskRay accepted this revision as: MaskRay.
MaskRay added inline comments.
This revision is now accepted and ready to land.
Herald added a subscriber: StephenFan.


================
Comment at: lld/test/MachO/no-pie.s:5
+# RUN: llvm-mc -filetype=obj -triple=arm64e-apple-darwin %s -o %t.arm64e.o
+# RUN: llvm-mc -filetype=obj -triple=arm64_32-apple-watchos %s -o %t.arm64_32.o
+
----------------
A non-arm64 example is useful as well.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D138884/new/

https://reviews.llvm.org/D138884



More information about the llvm-commits mailing list