[PATCH] D18877: ELF: Ignore --detect-odr-violations flag.
Peter Collingbourne via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 7 16:21:21 PDT 2016
This revision was automatically updated to reflect the committed changes.
Closed by commit rL265744: ELF: Ignore --detect-odr-violations flag. (authored by pcc).
Changed prior to commit:
http://reviews.llvm.org/D18877?vs=52969&id=52972#toc
Repository:
rL LLVM
http://reviews.llvm.org/D18877
Files:
lld/trunk/ELF/Options.td
Index: lld/trunk/ELF/Options.td
===================================================================
--- lld/trunk/ELF/Options.td
+++ lld/trunk/ELF/Options.td
@@ -216,6 +216,7 @@
def plugin_opt_eq : Joined<["--", "-"], "plugin-opt=">;
// Options listed below are silently ignored for now for compatibility.
+def detect_odr_violations : Flag<["--"], "detect-odr-violations">;
def fatal_warnings : Flag<["--"], "fatal-warnings">;
def no_add_needed : Flag<["--"], "no-add-needed">;
def no_dynamic_linker : Flag<["--"], "no-dynamic-linker">;
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D18877.52972.patch
Type: text/x-patch
Size: 544 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160407/8ed11dc5/attachment.bin>
More information about the llvm-commits
mailing list