From 39332e3e060035ac6f4660a4e650ffb4b8da1c3c Mon Sep 17 00:00:00 2001 From: Peter Collingbourne Date: Fri, 16 Dec 2016 23:43:51 +0000 Subject: [PATCH] Add explicit triple to test to fix arm bots. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@290008 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/dbg-const-int128.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CodeGen/dbg-const-int128.c b/test/CodeGen/dbg-const-int128.c index 5fe8e04436..966c227055 100644 --- a/test/CodeGen/dbg-const-int128.c +++ b/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: -- 2.40.0