[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
This commit is contained in:
Fangrui Song 2019-08-14 12:20:21 +00:00
parent dd53bdbfde
commit b9138bc52b
1 changed files with 5 additions and 3 deletions

View File

@ -1,15 +1,16 @@
RUN: ld.lld --version \ RUN: ld.lld --version \
RUN: -allow-shlib-undefined \ RUN: -detect-odr-violations \
RUN: -g \ RUN: -g \
RUN: -long-plt \
RUN: -no-add-needed \ RUN: -no-add-needed \
RUN: -no-allow-shlib-undefined \
RUN: -no-copy-dt-needed-entries \ RUN: -no-copy-dt-needed-entries \
RUN: -no-ctors-in-init-array \ RUN: -no-ctors-in-init-array \
RUN: -no-keep-memory \ RUN: -no-keep-memory \
RUN: -no-mmap-output-file \
RUN: -no-pipeline-knowledge \ RUN: -no-pipeline-knowledge \
RUN: -no-warn-common \
RUN: -no-warn-mismatch \ RUN: -no-warn-mismatch \
RUN: -p \ RUN: -p \
RUN: -rpath-link . \
RUN: -secure-plt \ RUN: -secure-plt \
RUN: -sort-common \ RUN: -sort-common \
RUN: -stats \ RUN: -stats \
@ -18,5 +19,6 @@ RUN: -warn-once \
RUN: -warn-shared-textrel \ RUN: -warn-shared-textrel \
RUN: -EB \ RUN: -EB \
RUN: -EL \ RUN: -EL \
RUN: -G 0 \
RUN: -Qy RUN: -Qy
RUN: not ld.lld --version --not-an-ignored-argument RUN: not ld.lld --version --not-an-ignored-argument