summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/always_inline.c
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/CodeGen/always_inline.c')
-rw-r--r--clang/test/CodeGen/always_inline.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/test/CodeGen/always_inline.c b/clang/test/CodeGen/always_inline.c
index a74c212c0ec..99a1649b58a 100644
--- a/clang/test/CodeGen/always_inline.c
+++ b/clang/test/CodeGen/always_inline.c
@@ -1,5 +1,5 @@
-// RUN: %clang -emit-llvm -S -o - %s | FileCheck %s
-// RUN: %clang -mllvm -disable-llvm-optzns -emit-llvm -S -o - %s | FileCheck %s --check-prefix=CHECK-NO-OPTZNS
+// RUN: %clang -target x86_64-pc-linux-gnu -emit-llvm -S -o - %s | FileCheck %s
+// RUN: %clang -target x86_64-pc-linux-gnu -mllvm -disable-llvm-optzns -emit-llvm -S -o - %s | FileCheck %s --check-prefix=CHECK-NO-OPTZNS
//static int f0() {
static int __attribute__((always_inline)) f0() {
OpenPOWER on IntegriCloud