[cfe-commits] r147819 - in /cfe/trunk: lib/Driver/Tools.cpp test/Driver/debug-options.c
Eric Christopher
echristo at apple.com
Wed Jan 11 22:37:43 PST 2012
On Jan 11, 2012, at 10:24 PM, NAKAMURA Takumi wrote:
> 2012/1/10 Eric Christopher <echristo at apple.com>:
>> Author: echristo
>> Date: Mon Jan 9 18:38:01 2012
>> New Revision: 147819
>>
>> URL: http://llvm.org/viewvc/llvm-project?rev=147819&view=rev
>> Log:
>> Add -g to the cc1as flags only if we're dealing with an original
>> source file. Otherwise -g -save-temps will error out on the compile
>> of any .c file.
>
> Eric, I tweaked a test not to run on cygming in r148022.
> Cygming still uses gcc driver for *.s.
> (and afaik, mccoff has not yet supported debugging information...)
Excellent. Thanks!
-eric
More information about the cfe-commits
mailing list