[cfe-commits] r121324 - /cfe/trunk/test/CodeGenCXX/vtable-debug-info.cpp

Devang Patel dpatel at apple.com
Thu Dec 9 11:30:38 PST 2010


On Dec 8, 2010, at 11:01 PM, Chris Lattner wrote:

> 
> On Dec 8, 2010, at 4:11 PM, Devang Patel wrote:
> 
>> Author: dpatel
>> Date: Wed Dec  8 18:11:12 2010
>> New Revision: 121324
>> 
>> URL: http://llvm.org/viewvc/llvm-project?rev=121324&view=rev
>> Log:
>> Test case for r121323.
>> 
>> Added:
>>   cfe/trunk/test/CodeGenCXX/vtable-debug-info.cpp
>> 
>> Added: cfe/trunk/test/CodeGenCXX/vtable-debug-info.cpp
>> URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGenCXX/vtable-debug-info.cpp?rev=121324&view=auto
>> ==============================================================================
>> --- cfe/trunk/test/CodeGenCXX/vtable-debug-info.cpp (added)
>> +++ cfe/trunk/test/CodeGenCXX/vtable-debug-info.cpp Wed Dec  8 18:11:12 2010
>> @@ -0,0 +1,309 @@
>> +// RUN: %clang -S -fverbpse-asm -g %s -o -  | FileCheck %s
>> +// Radar 8730409
>> +// CHECK-NOT:.byte	256
> 
> Hi Devang, do you mean -fverbose-asm?

yup :)

>  Please change this test to have some positive test.  Tests with just a check-not are not very useful.

Fixed.
-
Devang



More information about the cfe-commits mailing list