[cfe-commits] r132630 - /cfe/trunk/include/clang/Driver/Options.td
Joerg Sonnenberger
joerg at britannica.bec.de
Sat Jun 4 00:39:37 PDT 2011
On Sat, Jun 04, 2011 at 06:48:26AM -0000, Nick Lewycky wrote:
> Author: nicholas
> Date: Sat Jun 4 01:48:26 2011
> New Revision: 132630
>
> URL: http://llvm.org/viewvc/llvm-project?rev=132630&view=rev
> Log:
> GCC passes -z foo directly through to the linker (and yes -z=foo becomes
> "-z =foo"). Do the same thing in clang.
Please don't. This is just another part of "pass unknown junk down" and
code using this should be fixed accordingly.
Joerg
More information about the cfe-commits
mailing list