forked from OSchip/llvm-project
[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:
parent
ed1cbebafa
commit
6d03227c16
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue