aboutsummaryrefslogtreecommitdiff
path: root/lld
diff options
context:
space:
mode:
authorFangrui Song <maskray@google.com>2019-08-14 12:20:21 +0000
committerFangrui Song <maskray@google.com>2019-08-14 12:20:21 +0000
commitb9138bc52bbc4d256810e8c62cc75457a5288d2b (patch)
treef2ad1ff679010ee5d3e2bfedb933e13b31bf3020 /lld
parentdd53bdbfdec7a179e8fb38008ab2b397572b3a69 (diff)
downloadllvm-b9138bc52bbc4d256810e8c62cc75457a5288d2b.zip
llvm-b9138bc52bbc4d256810e8c62cc75457a5288d2b.tar.gz
llvm-b9138bc52bbc4d256810e8c62cc75457a5288d2b.tar.bz2
[ELF][test] Update silent-ignore.test
Some options are implemented now: --no-warn-common : r263413 --allow-shlib-undefined : r352826 Some are ignored but were not reflected in this test. llvm-svn: 368837
Diffstat (limited to 'lld')
-rw-r--r--lld/test/ELF/silent-ignore.test8
1 files changed, 5 insertions, 3 deletions
diff --git a/lld/test/ELF/silent-ignore.test b/lld/test/ELF/silent-ignore.test
index 91bf898..3371ed6 100644
--- a/lld/test/ELF/silent-ignore.test
+++ b/lld/test/ELF/silent-ignore.test
@@ -1,15 +1,16 @@
RUN: ld.lld --version \
-RUN: -allow-shlib-undefined \
+RUN: -detect-odr-violations \
RUN: -g \
+RUN: -long-plt \
RUN: -no-add-needed \
-RUN: -no-allow-shlib-undefined \
RUN: -no-copy-dt-needed-entries \
RUN: -no-ctors-in-init-array \
RUN: -no-keep-memory \
+RUN: -no-mmap-output-file \
RUN: -no-pipeline-knowledge \
-RUN: -no-warn-common \
RUN: -no-warn-mismatch \
RUN: -p \
+RUN: -rpath-link . \
RUN: -secure-plt \
RUN: -sort-common \
RUN: -stats \
@@ -18,5 +19,6 @@ RUN: -warn-once \
RUN: -warn-shared-textrel \
RUN: -EB \
RUN: -EL \
+RUN: -G 0 \
RUN: -Qy
RUN: not ld.lld --version --not-an-ignored-argument