mirror of https://github.com/microsoft/clang.git
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
This commit is contained in:
parent
f5c08150f2
commit
39332e3e06
|
@ -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:
|
||||
|
||||
|
|
Loading…
Reference in New Issue