[llvm-commits] [lld] r171835 - /lld/trunk/lib/Driver/LDOptions.td
Chandler Carruth
chandlerc at google.com
Mon Jan 7 18:16:32 PST 2013
Test cases please...
On Mon, Jan 7, 2013 at 6:12 PM, Michael J. Spencer <bigcheesegs at gmail.com>wrote:
> Author: mspencer
> Date: Mon Jan 7 20:12:01 2013
> New Revision: 171835
>
> URL: http://llvm.org/viewvc/llvm-project?rev=171835&view=rev
> Log:
> [lld] Add and ignore some flags for ld compat.
>
> Modified:
> lld/trunk/lib/Driver/LDOptions.td
>
> Modified: lld/trunk/lib/Driver/LDOptions.td
> URL:
> http://llvm.org/viewvc/llvm-project/lld/trunk/lib/Driver/LDOptions.td?rev=171835&r1=171834&r2=171835&view=diff
>
> ==============================================================================
> --- lld/trunk/lib/Driver/LDOptions.td (original)
> +++ lld/trunk/lib/Driver/LDOptions.td Mon Jan 7 20:12:01 2013
> @@ -15,3 +15,9 @@
> def OCTOTHORPE_OCTOTHORPE_OCTOTHORPE : Flag<["-"], "###">;
>
> def emit_yaml : Flag<["-"], "emit-yaml">;
> +
> +def m : Separate<["-"], "m">;
> +
> +def static : Flag<["-"], "static">;
> +
> +def L : Joined<["-"], "L">;
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20130107/1d1a4d9c/attachment.html>
More information about the llvm-commits
mailing list