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

Francois Pichet pichet2000 at gmail.com
Sat Dec 11 04:00:51 PST 2010


This test crashes on Windows with this error:

----
EmitRawText called on an MCStreamer that doesn't support it,
something must not be fully mc'ized
This application has requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information.
clang: error: clang frontend command failed with exit code 3 (use -v
to see invocation)
-----

any ideas?

On Thu, Dec 9, 2010 at 2:30 PM, Devang Patel <dpatel at apple.com> wrote:
>
> 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
> _______________________________________________
> cfe-commits mailing list
> cfe-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
>




More information about the cfe-commits mailing list