[PATCH] D13097: [ELF2] - added ignored command line options for compatibility

George Rimar via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 23 08:44:24 PDT 2015


grimar updated this revision to Diff 35511.
grimar added a comment.

Removed whitespace changes from patch.


http://reviews.llvm.org/D13097

Files:
  Options.td

Index: Options.td
===================================================================
--- Options.td
+++ Options.td
@@ -27,3 +27,19 @@
 
 def alias_discard_locals: Flag<["-"], "X">,
      Alias<discard_locals>;
+
+//===----------------------------------------------------------------------===//
+/// Ignored options
+//===----------------------------------------------------------------------===//
+
+def dashg : Flag<["-"], "g">,
+     HelpText<"Ignored.">;
+
+def Qy : Flag<["-"], "Qy">,
+     HelpText<"Ignored for SVR4 Compatibility">;
+
+def qmagic : Flag<["-"], "qmagic">,
+     HelpText<"Ignored for Linux Compatibility">;
+
+def sunassert : Flag<["-"], "assert">,
+     HelpText<"Ignored for SunOS Compatibility">;


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D13097.35511.patch
Type: text/x-patch
Size: 742 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150923/0277db1d/attachment.bin>


More information about the llvm-commits mailing list