Add missing triple to CodeGen test.

llvm-svn: 181679
This commit is contained in:
Richard Smith 2013-05-13 00:29:57 +00:00
parent 65c016b106
commit c6e16af2f4
1 changed files with 1 additions and 1 deletions

View File

@ -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