[PATCH] D113114: [lld-macho][nfc] Remove unnecessary -pie flags in tests
Vy Nguyen via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 3 08:40:55 PDT 2021
oontvoo accepted this revision.
oontvoo added a comment.
This revision is now accepted and ready to land.
Thanks for the cleanup! :)
================
Comment at: lld/test/MachO/tlv.s:6
-# RUN: %lld -lSystem -no_pie -o %t/regular %t/regular.o
-# RUN: llvm-otool -hv %t/regular | FileCheck %s --check-prefix=HEADER
-# RUN: llvm-objdump -d --bind --rebase %t/regular | FileCheck %s --check-prefixes=REG,LINKEDIT
-# RUN: llvm-objdump --macho --section=__DATA,__thread_vars %t/regular | \
+# RUN: %lld -lSystem -no_pie -o %t/regular-no-pie %t/regular.o
+# RUN: llvm-otool -hv %t/regular-no-pie | FileCheck %s --check-prefix=HEADER
----------------
don't we need a space here?
(same with others `-no-pie` arg)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D113114/new/
https://reviews.llvm.org/D113114
More information about the llvm-commits
mailing list