Skip to content

Commit

Permalink
[test] Add triple in test introduced in #98317 (#98600)
Browse files Browse the repository at this point in the history
Missing `-mtriple` in test, causes failure on some none x86 default
targets.
  • Loading branch information
paperchalice authored Jul 12, 2024
1 parent 345861b commit c5ee3c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llvm/test/CodeGen/X86/machine-block-freq.mir
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# RUN: llc --passes='print<machine-block-freq>' -filetype=null 2>&1 %s | FileCheck %s
# RUN: llc -mtriple=x86_64-gnu-linux --passes='print<machine-block-freq>' -filetype=null 2>&1 %s | FileCheck %s

---
name: is_odd
Expand Down

0 comments on commit c5ee3c0

Please sign in to comment.