Skip to content

Commit

Permalink
[llvm-mca] Test case was missing a triple.
Browse files Browse the repository at this point in the history
  • Loading branch information
Wolfgang Pieb committed Jan 22, 2021
1 parent 3738447 commit 020c00b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llvm/test/tools/llvm-mca/JSON/X86/views.s
Expand Up @@ -2,7 +2,7 @@
# Verify that we create proper JSON for the MCA views TimelineView, ResourcePressureview,
# InstructionInfoView and SummaryView.

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

add %eax, %eax
add %ebx, %ebx
Expand Down

0 comments on commit 020c00b

Please sign in to comment.