From: NAKAMURA Takumi Date: Mon, 2 May 2011 04:50:00 +0000 (+0000) Subject: test/CodeGenCXX/vtable-debug-info.cpp: It does not crash on mingw. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e95a8662a63b823043a582ce5d862542afe8b21e;p=clang test/CodeGenCXX/vtable-debug-info.cpp: It does not crash on mingw. FIXME: It would crash with -integrated-as. Implement -g on MCCOFF. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@130682 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGenCXX/vtable-debug-info.cpp b/test/CodeGenCXX/vtable-debug-info.cpp index a008f7e110..9294d20e72 100644 --- a/test/CodeGenCXX/vtable-debug-info.cpp +++ b/test/CodeGenCXX/vtable-debug-info.cpp @@ -1,9 +1,10 @@ // RUN: %clang -c -g %s -o /dev/null // Radar 8730409 -// XFAIL: win32,mingw +// XFAIL: win32 -// FIXME: This test crashes on Windows. -#ifdef _WIN32 +// FIXME: This test crashes on *-pc-win32 +// for lack of debugging support on -integrated-as (MCCOFF). +#ifdef _MSC_VER #error this test must xfail