[PATCH] D113114: [lld-macho][nfc] Remove unnecessary -pie flags in tests

Jez Ng via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 3 08:35:31 PDT 2021


int3 created this revision.
int3 added a reviewer: lld-macho.
Herald added subscribers: ormris, steven_wu, hiraditya.
Herald added a reviewer: gkm.
Herald added a project: lld-macho.
int3 requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

D101513 <https://reviews.llvm.org/D101513> means that we no longer need to specify `-pie` in most of our
test RUN commands. Let's clean up the unused flags so as not to confuse
future test writers.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D113114

Files:
  lld/test/MachO/compact-unwind.s
  lld/test/MachO/invalid/compact-unwind-bad-reloc.s
  lld/test/MachO/invalid/compact-unwind-personalities.s
  lld/test/MachO/linkedit-contiguity.s
  lld/test/MachO/lto-internalize.ll
  lld/test/MachO/mh-execute-header.s
  lld/test/MachO/mh-header-link.s
  lld/test/MachO/stabs.s
  lld/test/MachO/tlv.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D113114.384462.patch
Type: text/x-patch
Size: 10511 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211103/a80ec63a/attachment.bin>


More information about the llvm-commits mailing list