Skip to content

Commit b9138bc

Browse files
committed
[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
1 parent dd53bdb commit b9138bc

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

lld/test/ELF/silent-ignore.test

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
RUN: ld.lld --version \
2-
RUN: -allow-shlib-undefined \
2+
RUN: -detect-odr-violations \
33
RUN: -g \
4+
RUN: -long-plt \
45
RUN: -no-add-needed \
5-
RUN: -no-allow-shlib-undefined \
66
RUN: -no-copy-dt-needed-entries \
77
RUN: -no-ctors-in-init-array \
88
RUN: -no-keep-memory \
9+
RUN: -no-mmap-output-file \
910
RUN: -no-pipeline-knowledge \
10-
RUN: -no-warn-common \
1111
RUN: -no-warn-mismatch \
1212
RUN: -p \
13+
RUN: -rpath-link . \
1314
RUN: -secure-plt \
1415
RUN: -sort-common \
1516
RUN: -stats \
@@ -18,5 +19,6 @@ RUN: -warn-once \
1819
RUN: -warn-shared-textrel \
1920
RUN: -EB \
2021
RUN: -EL \
22+
RUN: -G 0 \
2123
RUN: -Qy
2224
RUN: not ld.lld --version --not-an-ignored-argument

0 commit comments

Comments
 (0)