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

Davide Italiano via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 23 08:45:39 PDT 2015


LGTM.

On Wed, Sep 23, 2015 at 8:44 AM, George Rimar via llvm-commits
<llvm-commits at lists.llvm.org> wrote:
> 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">;
>
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits
>



-- 
Davide

"A mathematical theory is not to be considered complete until you have
made it so clear that you can explain it to the first man whom you
meet on the street." (D. Hilbert)


More information about the llvm-commits mailing list