forked from OSchip/llvm-project
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:
parent
0760218bca
commit
bb9ffbdc89
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue