r198655 - Implement a new -fstandalone-debug option. rdar://problem/15685848

Adrian Prantl aprantl at apple.com
Mon Jan 6 18:45:26 PST 2014


On Jan 6, 2014, at 17:59, Eric Christopher <echristo at gmail.com> wrote:

>>   if (T ||
>> +      // Under -flimit-debug-info:
> 
> -flimit-debug-info :)
> 

r198670.

>> +// This tests that the "emit debug info for a C++ class only in the
>> +// module that has its vtable" optimization is disabled by default on
>> +// Darwin.
> 
> Given this we could possibly remove the triples from the previous
> debug info tests?

I thought about that, too, but since we are conflating the old -flimit-debug-info and the votable optimization that this testcase is testing for it might be better to test for both.

-- adrian



More information about the cfe-commits mailing list