test/CodeGenCXX/vtable-debug-info.cpp: It does not crash on mingw.

FIXME: It would crash with -integrated-as. Implement -g on MCCOFF.
llvm-svn: 130682
This commit is contained in:
NAKAMURA Takumi 2011-05-02 04:50:00 +00:00
parent 0760218bca
commit bb9ffbdc89
1 changed files with 4 additions and 3 deletions

View File

@ -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