aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2011-12-19 16:30:30 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2011-12-19 16:30:30 +0000
commit79ac2da646ed6285fc64d6c9e7ba13f1f237be0d (patch)
tree86368dbcc7b2540a346ce3f4b5ba4d3d12666aed
parentadafc2edc0dc4fa25ea6f0a136f599a6ac279081 (diff)
Add a triple to the test.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@146871 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/CodeGen/pr9614.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/pr9614.c b/test/CodeGen/pr9614.c
index 228a4b3aaa..8fdb2f299c 100644
--- a/test/CodeGen/pr9614.c
+++ b/test/CodeGen/pr9614.c
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -emit-llvm %s -o - | FileCheck %s
+// RUN: %clang_cc1 -triple x86_64-pc-linux -emit-llvm %s -o - | FileCheck %s
extern void foo_alias (void) __asm ("foo");
inline void foo (void) {