r202324 - Fix testcase for PR18962 with an explicit triple
Reid Kleckner
reid at kleckner.net
Wed Feb 26 16:22:40 PST 2014
Author: rnk
Date: Wed Feb 26 18:22:40 2014
New Revision: 202324
URL: http://llvm.org/viewvc/llvm-project?rev=202324&view=rev
Log:
Fix testcase for PR18962 with an explicit triple
Modified:
cfe/trunk/test/CodeGenCXX/pr18962.cpp
Modified: cfe/trunk/test/CodeGenCXX/pr18962.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGenCXX/pr18962.cpp?rev=202324&r1=202323&r2=202324&view=diff
==============================================================================
--- cfe/trunk/test/CodeGenCXX/pr18962.cpp (original)
+++ cfe/trunk/test/CodeGenCXX/pr18962.cpp Wed Feb 26 18:22:40 2014
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -triple %itanium_abi_triple %s -emit-llvm -o - | FileCheck %s
+// RUN: %clang_cc1 -triple i686-linux-gnu %s -emit-llvm -o - | FileCheck %s
class A {
// append has to have the same prototype as fn1 to tickle the bug.
More information about the cfe-commits
mailing list