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 _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
