[cfe-commits] r86029 - /cfe/trunk/test/CodeGenCXX/virt.cpp

Chris Lattner sabre at nondot.org
Wed Nov 4 08:37:14 PST 2009


Author: lattner
Date: Wed Nov  4 10:37:13 2009
New Revision: 86029

URL: http://llvm.org/viewvc/llvm-project?rev=86029&view=rev
Log:
this test has started failing due to an optimizer change.  Clang tests
should only look at -O0 IR output not -O3 assembly output.  XFAIL it for
now.

Modified:
    cfe/trunk/test/CodeGenCXX/virt.cpp

Modified: cfe/trunk/test/CodeGenCXX/virt.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGenCXX/virt.cpp?rev=86029&r1=86028&r2=86029&view=diff

==============================================================================
--- cfe/trunk/test/CodeGenCXX/virt.cpp (original)
+++ cfe/trunk/test/CodeGenCXX/virt.cpp Wed Nov  4 10:37:13 2009
@@ -7,6 +7,7 @@
 // RUN: FileCheck -check-prefix LPOPT64 --input-file=%t-O3-64.s %s &&
 // RUN: clang-cc -triple i386-apple-darwin -std=c++0x -O3 -S %s -o %t-O3-32.s &&
 // RUN: FileCheck -check-prefix LPOPT32 -input-file=%t-O3-32.s %s &&
+// XFAIL: *
 
 // RUN: true
 





More information about the cfe-commits mailing list