Skip to content

Commit 020c00b

Browse files
author
Wolfgang Pieb
committed
[llvm-mca] Test case was missing a triple.
1 parent 3738447 commit 020c00b

File tree

1 file changed

+1
-1
lines changed
  • llvm/test/tools/llvm-mca/JSON/X86

1 file changed

+1
-1
lines changed

llvm/test/tools/llvm-mca/JSON/X86/views.s

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Verify that we create proper JSON for the MCA views TimelineView, ResourcePressureview,
33
# InstructionInfoView and SummaryView.
44

5-
# RUN: llvm-mca -mcpu=haswell --json --timeline-max-iterations=1 --timeline < %s | FileCheck %s
5+
# RUN: llvm-mca -mtriple=x86_64-unknown-unknown -mcpu=haswell --json --timeline-max-iterations=1 --timeline < %s | FileCheck %s
66

77
add %eax, %eax
88
add %ebx, %ebx

0 commit comments

Comments
 (0)