[llvm] 6d03227 - [X86][MS-InlineAsm][test] Add triple in ms-inline-asm-array.ll
Shengchen Kan via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 4 20:06:21 PDT 2021
Author: Shengchen Kan
Date: 2021-11-05T11:05:37+08:00
New Revision: 6d03227c16ee1950db0e1aa05fbc3201770248eb
URL: https://github.com/llvm/llvm-project/commit/6d03227c16ee1950db0e1aa05fbc3201770248eb
DIFF: https://github.com/llvm/llvm-project/commit/6d03227c16ee1950db0e1aa05fbc3201770248eb.diff
LOG: [X86][MS-InlineAsm][test] Add triple in ms-inline-asm-array.ll
Fix the LIT test fail on Mac, which is reported in D113096.
Added:
Modified:
llvm/test/CodeGen/X86/ms-inline-asm-array.ll
Removed:
################################################################################
diff --git a/llvm/test/CodeGen/X86/ms-inline-asm-array.ll b/llvm/test/CodeGen/X86/ms-inline-asm-array.ll
index a1e7e31b0b28..3bbdbaac47e0 100644
--- a/llvm/test/CodeGen/X86/ms-inline-asm-array.ll
+++ b/llvm/test/CodeGen/X86/ms-inline-asm-array.ll
@@ -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
More information about the llvm-commits
mailing list