[cfe-commits] r166683 - /cfe/trunk/test/CodeGenCXX/debug-info-thunk.cpp
NAKAMURA Takumi
geek4civic at gmail.com
Thu Oct 25 07:43:34 PDT 2012
Author: chapuni
Date: Thu Oct 25 09:43:34 2012
New Revision: 166683
URL: http://llvm.org/viewvc/llvm-project?rev=166683&view=rev
Log:
clang/test/CodeGenCXX/debug-info-thunk.cpp: Suppress it for now with XFAIL:*, due to failing on i686-*-*.
Modified:
cfe/trunk/test/CodeGenCXX/debug-info-thunk.cpp
Modified: cfe/trunk/test/CodeGenCXX/debug-info-thunk.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGenCXX/debug-info-thunk.cpp?rev=166683&r1=166682&r2=166683&view=diff
==============================================================================
--- cfe/trunk/test/CodeGenCXX/debug-info-thunk.cpp (original)
+++ cfe/trunk/test/CodeGenCXX/debug-info-thunk.cpp Thu Oct 25 09:43:34 2012
@@ -1,5 +1,9 @@
// RUN: %clang_cc1 %s -g -S -emit-llvm -o - | FileCheck %s
+// FIXME: Failing on i686.
+// XFAIL: *
+// RUN: %clang_cc1 -triple i686-linux %s -g -S -emit-llvm -o - | FileCheck %s
+
struct A {
virtual void f();
};
More information about the cfe-commits
mailing list