[all-commits] [llvm/llvm-project] 4ae8c8: [lld-macho][nfc] Remove unnecessary -pie flags in ...
Jez Ng via All-commits
all-commits at lists.llvm.org
Wed Nov 3 21:03:34 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4ae8c8310401b665cb2728c1bf68ecd4b10cee78
https://github.com/llvm/llvm-project/commit/4ae8c8310401b665cb2728c1bf68ecd4b10cee78
Author: Jez Ng <jezng at fb.com>
Date: 2021-11-04 (Thu, 04 Nov 2021)
Changed paths:
M lld/test/MachO/compact-unwind.s
M lld/test/MachO/invalid/compact-unwind-bad-reloc.s
M lld/test/MachO/invalid/compact-unwind-personalities.s
M lld/test/MachO/linkedit-contiguity.s
M lld/test/MachO/lto-internalize.ll
M lld/test/MachO/mh-execute-header.s
M lld/test/MachO/mh-header-link.s
M lld/test/MachO/stabs.s
M lld/test/MachO/tlv.s
Log Message:
-----------
[lld-macho][nfc] Remove unnecessary -pie flags in tests
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.
Reviewed By: #lld-macho, oontvoo, MaskRay
Differential Revision: https://reviews.llvm.org/D113114
More information about the All-commits
mailing list