From b9138bc52bbc4d256810e8c62cc75457a5288d2b Mon Sep 17 00:00:00 2001 From: Fangrui Song Date: Wed, 14 Aug 2019 12:20:21 +0000 Subject: [PATCH] [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 --- lld/test/ELF/silent-ignore.test | 8 +++++--- 1 file 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 -- 2.7.4