We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3738447 commit 020c00bCopy full SHA for 020c00b
llvm/test/tools/llvm-mca/JSON/X86/views.s
@@ -2,7 +2,7 @@
2
# Verify that we create proper JSON for the MCA views TimelineView, ResourcePressureview,
3
# InstructionInfoView and SummaryView.
4
5
-# 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
6
7
add %eax, %eax
8
add %ebx, %ebx
0 commit comments