summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/inlinehint.cpp
diff options
context:
space:
mode:
authorReid Kleckner <reid@kleckner.net>2015-04-01 16:48:54 +0000
committerReid Kleckner <reid@kleckner.net>2015-04-01 16:48:54 +0000
commit2dc063fa16e95da1d11e8d969b671a2f3fd0cfc3 (patch)
treee63781eb48aa694835d1f3bad8c22d67108d89f5 /clang/test/CodeGenCXX/inlinehint.cpp
parente20ce1fcbf6a1963187b16aa1dae4f488b336ec8 (diff)
downloadbcm5719-llvm-2dc063fa16e95da1d11e8d969b671a2f3fd0cfc3.tar.gz
bcm5719-llvm-2dc063fa16e95da1d11e8d969b671a2f3fd0cfc3.zip
Fix inlinehint.cpp with an explicit triple to avoid x86_thiscallcc problems
llvm-svn: 233821
Diffstat (limited to 'clang/test/CodeGenCXX/inlinehint.cpp')
-rw-r--r--clang/test/CodeGenCXX/inlinehint.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/clang/test/CodeGenCXX/inlinehint.cpp b/clang/test/CodeGenCXX/inlinehint.cpp
index aac0b41480f..2b984c3a2e0 100644
--- a/clang/test/CodeGenCXX/inlinehint.cpp
+++ b/clang/test/CodeGenCXX/inlinehint.cpp
@@ -1,5 +1,4 @@
-// RUN: %clang_cc1 -triple %itanium_abi_triple %s -emit-llvm -o - | FileCheck %s
-// RUN: %clang_cc1 -triple x86_64-apple-macosx %s -emit-llvm -o - | FileCheck %s
+// RUN: %clang_cc1 -triple x86_64-linux %s -emit-llvm -o - | FileCheck %s
inline void InlineFunc() {}
// CHECK: define linkonce_odr void @_Z10InlineFuncv() #[[INLINEHINTATTR:[0-9]+]]
OpenPOWER on IntegriCloud