[llvm-branch-commits] [llvm] 020c00b - [llvm-mca] Test case was missing a triple.

Wolfgang Pieb via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Thu Jan 21 16:30:42 PST 2021


Author: Wolfgang Pieb
Date: 2021-01-21T16:19:32-08:00
New Revision: 020c00b5d3d4d2205ddd91b0f185d683d978e939

URL: https://github.com/llvm/llvm-project/commit/020c00b5d3d4d2205ddd91b0f185d683d978e939
DIFF: https://github.com/llvm/llvm-project/commit/020c00b5d3d4d2205ddd91b0f185d683d978e939.diff

LOG: [llvm-mca] Test case was missing a triple.

Added: 
    

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

Removed: 
    


################################################################################
diff  --git a/llvm/test/tools/llvm-mca/JSON/X86/views.s b/llvm/test/tools/llvm-mca/JSON/X86/views.s
index ddfe724a10c4..ebf059617a60 100644
--- a/llvm/test/tools/llvm-mca/JSON/X86/views.s
+++ b/llvm/test/tools/llvm-mca/JSON/X86/views.s
@@ -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


        


More information about the llvm-branch-commits mailing list