mirror of https://github.com/microsoft/clang.git
Add missing triple to CodeGen test.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@181679 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
181e3ecc09
commit
d4494681ef
|
@ -1,4 +1,4 @@
|
|||
// RUN: %clang_cc1 -std=c++1y -emit-llvm %s -o - | FileCheck %s
|
||||
// RUN: %clang_cc1 -std=c++1y -triple x86_64-linux-gnu -emit-llvm %s -o - | FileCheck %s
|
||||
|
||||
// CHECK: @x = global {{.*}} zeroinitializer
|
||||
|
||||
|
|
Loading…
Reference in New Issue