summaryrefslogtreecommitdiffstats
path: root/lld/test/ELF/silent-ignore.test
blob: 600c9f86b18a5b9a1dc681dcc7165be7a8156d12 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
RUN: ld.lld --version \
RUN:   -detect-odr-violations \
RUN:   -g \
RUN:   -long-plt \
RUN:   -no-add-needed \
RUN:   -no-copy-dt-needed-entries \
RUN:   -no-ctors-in-init-array \
RUN:   -no-keep-memory \
RUN:   -no-pipeline-knowledge \
RUN:   -no-warn-mismatch \
RUN:   -p \
RUN:   -rpath-link . \
RUN:   -secure-plt \
RUN:   -sort-common \
RUN:   -stats \
RUN:   -warn-execstack \
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
OpenPOWER on IntegriCloud