[cfe-commits] r108672 - in /cfe/trunk: test/Driver/at_file.c test/Driver/at_file.c.args tools/driver/driver.cpp

Rafael Espindola espindola at google.com
Mon Jul 19 07:40:51 PDT 2010


> What happens is that -Dfoo is passed to the linker, but -Darg is
> passed to cc1. Is that what you get with gcc too? Is that the expected
> behavior?

One difference in behavior I found is that gcc will keep any @foo
arguments if foo doesn't exist. The attached patch implements that
behavior, is it OK?

Cheers,
-- 
Rafael Ávila de Espíndola
-------------- next part --------------
A non-text attachment was scrubbed...
Name: at.patch
Type: text/x-patch
Size: 7234 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20100719/b53d4220/attachment.bin>


More information about the cfe-commits mailing list