summaryrefslogtreecommitdiffstats
path: root/clang/test
diff options
context:
space:
mode:
authorPeter Collingbourne <peter@pcc.me.uk>2016-12-16 23:43:51 +0000
committerPeter Collingbourne <peter@pcc.me.uk>2016-12-16 23:43:51 +0000
commitdf86d1a432df689245eaf43371dc9869519faa53 (patch)
tree20d611fd8506e65b991315aeaad0fee7f78c4c0b /clang/test
parentcbed3ce39ffe8db8d8189cf10298be1d9de238e7 (diff)
downloadbcm5719-llvm-df86d1a432df689245eaf43371dc9869519faa53.tar.gz
bcm5719-llvm-df86d1a432df689245eaf43371dc9869519faa53.zip
Add explicit triple to test to fix arm bots.
llvm-svn: 290008
Diffstat (limited to 'clang/test')
-rw-r--r--clang/test/CodeGen/dbg-const-int128.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGen/dbg-const-int128.c b/clang/test/CodeGen/dbg-const-int128.c
index 5fe8e044365..966c2270550 100644
--- a/clang/test/CodeGen/dbg-const-int128.c
+++ b/clang/test/CodeGen/dbg-const-int128.c
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -S -emit-llvm -debug-info-kind=limited %s -o - | FileCheck %s
+// RUN: %clang_cc1 -triple x86_64-unknown-linux -S -emit-llvm -debug-info-kind=limited %s -o - | FileCheck %s
// CHECK: !DIGlobalVariable({{.*}}
// CHECK-NOT: expr:
OpenPOWER on IntegriCloud