]> granicus.if.org Git - clang/commitdiff
Fix testcase for PR18962 with an explicit triple
authorReid Kleckner <reid@kleckner.net>
Thu, 27 Feb 2014 00:22:40 +0000 (00:22 +0000)
committerReid Kleckner <reid@kleckner.net>
Thu, 27 Feb 2014 00:22:40 +0000 (00:22 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@202324 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGenCXX/pr18962.cpp

index 460050d50e4f2c4e0e7bb8c877fcdeca5bac02cd..ab537b4928e37dc7a6549cb65b0733ff1396ca81 100644 (file)
@@ -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.