[cfe-commits] r138190 - /cfe/trunk/test/CodeGenCXX/2003-11-25-ReturningOpaqueByValue.cpp

NAKAMURA Takumi geek4civic at gmail.com
Fri Aug 19 22:38:29 PDT 2011


Author: chapuni
Date: Sat Aug 20 00:38:29 2011
New Revision: 138190

URL: http://llvm.org/viewvc/llvm-project?rev=138190&view=rev
Log:
test/CodeGenCXX/2003-11-25-ReturningOpaqueByValue.cpp: Mark XFAIL: win32.

FIXME: Avoid using system headers. clang cannot handle MS <vector> yet.

Modified:
    cfe/trunk/test/CodeGenCXX/2003-11-25-ReturningOpaqueByValue.cpp

Modified: cfe/trunk/test/CodeGenCXX/2003-11-25-ReturningOpaqueByValue.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGenCXX/2003-11-25-ReturningOpaqueByValue.cpp?rev=138190&r1=138189&r2=138190&view=diff
==============================================================================
--- cfe/trunk/test/CodeGenCXX/2003-11-25-ReturningOpaqueByValue.cpp (original)
+++ cfe/trunk/test/CodeGenCXX/2003-11-25-ReturningOpaqueByValue.cpp Sat Aug 20 00:38:29 2011
@@ -1,5 +1,7 @@
 // RUN: %clang_cc1 -emit-llvm %s -o -
 
+// FIXME: Avoid using system headers. clang cannot handle MS <vector> yet.
+// XFAIL: win32
 #include <vector>
 std::vector<int> my_method ();
 





More information about the cfe-commits mailing list