projects
/
clang
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
27618fb
)
Fix testcase for PR18962 with an explicit triple
author
Reid Kleckner
<reid@kleckner.net>
Thu, 27 Feb 2014 00:22:40 +0000
(
00:22
+0000)
committer
Reid 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
patch
|
blob
|
history
diff --git
a/test/CodeGenCXX/pr18962.cpp
b/test/CodeGenCXX/pr18962.cpp
index 460050d50e4f2c4e0e7bb8c877fcdeca5bac02cd..ab537b4928e37dc7a6549cb65b0733ff1396ca81 100644
(file)
--- a/
test/CodeGenCXX/pr18962.cpp
+++ b/
test/CodeGenCXX/pr18962.cpp
@@
-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.