[lld] r368837 - [ELF][test] Update silent-ignore.test

Fangrui Song via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 14 05:20:21 PDT 2019


Author: maskray
Date: Wed Aug 14 05:20:21 2019
New Revision: 368837

URL: http://llvm.org/viewvc/llvm-project?rev=368837&view=rev
Log:
[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.

Modified:
    lld/trunk/test/ELF/silent-ignore.test

Modified: lld/trunk/test/ELF/silent-ignore.test
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/ELF/silent-ignore.test?rev=368837&r1=368836&r2=368837&view=diff
==============================================================================
--- lld/trunk/test/ELF/silent-ignore.test (original)
+++ lld/trunk/test/ELF/silent-ignore.test Wed Aug 14 05:20:21 2019
@@ -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




More information about the llvm-commits mailing list