[PATCH] D18877: ELF: Ignore --detect-odr-violations flag.

Peter Collingbourne via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 7 16:13:03 PDT 2016


pcc created this revision.
pcc added a reviewer: ruiu.
pcc added a subscriber: llvm-commits.

http://reviews.llvm.org/D18877

Files:
  ELF/Options.td

Index: ELF/Options.td
===================================================================
--- ELF/Options.td
+++ ELF/Options.td
@@ -201,6 +201,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.52969.patch
Type: text/x-patch
Size: 514 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160407/7358ae7a/attachment.bin>


More information about the llvm-commits mailing list