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 cae1942 commit fd6d660Copy full SHA for fd6d660
lld/ELF/Options.td
@@ -698,7 +698,6 @@ def: J<"plugin-opt=-pass-through=">;
698
def plugin_opt_eq : J<"plugin-opt=">;
699
700
// Options listed below are silently ignored for now for compatibility.
701
-def: F<"detect-odr-violations">;
702
def: Flag<["-"], "d">;
703
def: Flag<["-"], "g">;
704
def: F<"long-plt">;
lld/test/ELF/silent-ignore.test
@@ -1,6 +1,5 @@
1
RUN: ld.lld --version \
2
RUN: -d \
3
-RUN: -detect-odr-violations \
4
RUN: -g \
5
RUN: -long-plt \
6
RUN: --no-add-needed \
0 commit comments