[ELF] Make SyntheticSection parameter order match InputSection
[llvm-project.git] / lld / test / ELF / silent-ignore.test
blob569e7dc079151d1aed892293e1ae5d0e0e36146f
1 RUN: ld.lld --version \
2 RUN:   -d \
3 RUN:   -g \
4 RUN:   -long-plt \
5 RUN:   --no-add-needed \
6 RUN:   -no-copy-dt-needed-entries \
7 RUN:   -no-ctors-in-init-array \
8 RUN:   -no-keep-memory \
9 RUN:   --no-relax \
10 RUN:   -no-warn-mismatch \
11 RUN:   -rpath-link . \
12 RUN:   -secure-plt \
13 RUN:   -sort-common \
14 RUN:   -stats \
15 RUN:   -warn-execstack \
16 RUN:   -warn-once \
17 RUN:   -warn-shared-textrel \
18 RUN:   -EB \
19 RUN:   -EL \
20 RUN:   -G 0
21 RUN: not ld.lld --version --not-an-ignored-argument
23 Test some options that we reject (including those what we used to silently ignore).
25 --detect-odr-violations is a gold-specific option that we don't implement and if
26 we do, probably in a different way under a different spelling.
27 RUN: not ld.lld --detect-odr-violations 2>&1 | FileCheck %s
29 CHECK: error: unknown argument