We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e55d5b commit ed7870cCopy full SHA for ed7870c
lld/test/ELF/silent-ignore.test
@@ -19,3 +19,11 @@ RUN: -EB \
19
RUN: -EL \
20
RUN: -G 0
21
RUN: not ld.lld --version --not-an-ignored-argument
22
+
23
+Test some options that we reject (including those what we used to silently ignore).
24
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
28
29
+CHECK: error: unknown argument
0 commit comments