mirror of
https://github.com/intel/llvm.git
synced 2026-01-17 06:40:01 +08:00
[Windows] xfail a test that uses C++ EH
llvm-svn: 247845
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
// RUN: %clangxx_asan -fexceptions -O %s -o %t && %run %t
|
||||
//
|
||||
// FIXME: Needs better C++ exception support
|
||||
// XFAIL: win32
|
||||
//
|
||||
// Test __sanitizer_annotate_contiguous_container.
|
||||
|
||||
#include <stdlib.h>
|
||||
|
||||
Reference in New Issue
Block a user