[llvm-commits] [llvm] r76095 - /llvm/trunk/test/FrontendC++/2009-07-16-PrivateCopyConstructor.cpp

Chris Lattner sabre at nondot.org
Thu Jul 16 11:45:51 PDT 2009


Author: lattner
Date: Thu Jul 16 13:45:51 2009
New Revision: 76095

URL: http://llvm.org/viewvc/llvm-project?rev=76095&view=rev
Log:
this should be xfailed on darwin.  Darwin doesn't use the libstdc++ in the llvm-gcc distro, it uses the system version.

Modified:
    llvm/trunk/test/FrontendC++/2009-07-16-PrivateCopyConstructor.cpp

Modified: llvm/trunk/test/FrontendC++/2009-07-16-PrivateCopyConstructor.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/FrontendC%2B%2B/2009-07-16-PrivateCopyConstructor.cpp?rev=76095&r1=76094&r2=76095&view=diff

==============================================================================
--- llvm/trunk/test/FrontendC++/2009-07-16-PrivateCopyConstructor.cpp (original)
+++ llvm/trunk/test/FrontendC++/2009-07-16-PrivateCopyConstructor.cpp Thu Jul 16 13:45:51 2009
@@ -1,4 +1,5 @@
 // RUN: %llvmgxx %s -S
+// XFAIL: darwin
 
 #include <set>
 





More information about the llvm-commits mailing list