From c5ee3c05ca61f3fae11337c5853aee7b450a9dc6 Mon Sep 17 00:00:00 2001 From: paperchalice Date: Fri, 12 Jul 2024 15:55:14 +0800 Subject: [PATCH] [test] Add triple in test introduced in #98317 (#98600) Missing `-mtriple` in test, causes failure on some none x86 default targets. --- llvm/test/CodeGen/X86/machine-block-freq.mir | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/test/CodeGen/X86/machine-block-freq.mir b/llvm/test/CodeGen/X86/machine-block-freq.mir index bdfb39ccb09abb..5740f28268e1b8 100644 --- a/llvm/test/CodeGen/X86/machine-block-freq.mir +++ b/llvm/test/CodeGen/X86/machine-block-freq.mir @@ -1,4 +1,4 @@ -# RUN: llc --passes='print' -filetype=null 2>&1 %s | FileCheck %s +# RUN: llc -mtriple=x86_64-gnu-linux --passes='print' -filetype=null 2>&1 %s | FileCheck %s --- name: is_odd