[X86][MS-InlineAsm][test] Add triple in ms-inline-asm-array.ll

Fix the LIT test fail on Mac, which is reported in D113096.
This commit is contained in:
Shengchen Kan 2021-11-05 11:02:10 +08:00
parent ed1cbebafa
commit 6d03227c16
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
; RUN: llc < %s -mcpu=x86-64 | FileCheck %s
; RUN: llc < %s -mtriple=x86_64-unknown-linux-gnu | FileCheck %s
@arr = internal global [10 x i32] zeroinitializer, align 16