[llvm] 9acabe8 - [MCA] Unbreak the buildbots by passing flag -mcpu=generic to the new test added by commit e5d59db469.

Andrea Di Biagio via llvm-commits llvm-commits at lists.llvm.org
Wed May 19 11:13:32 PDT 2021


Author: Andrea Di Biagio
Date: 2021-05-19T19:12:33+01:00
New Revision: 9acabe8b6ff5abb9269bebac1da2d3c6ae2c99d2

URL: https://github.com/llvm/llvm-project/commit/9acabe8b6ff5abb9269bebac1da2d3c6ae2c99d2
DIFF: https://github.com/llvm/llvm-project/commit/9acabe8b6ff5abb9269bebac1da2d3c6ae2c99d2.diff

LOG: [MCA] Unbreak the buildbots by passing flag -mcpu=generic to the new test added by commit e5d59db469.

This should unbreak buildbot clang-ppc64le-linux-lnt.

Added: 
    

Modified: 
    llvm/test/tools/llvm-mca/X86/cv_fpo_directive_no_segfault.s

Removed: 
    


################################################################################
diff  --git a/llvm/test/tools/llvm-mca/X86/cv_fpo_directive_no_segfault.s b/llvm/test/tools/llvm-mca/X86/cv_fpo_directive_no_segfault.s
index 68f719770caf..d2f64acf97df 100644
--- a/llvm/test/tools/llvm-mca/X86/cv_fpo_directive_no_segfault.s
+++ b/llvm/test/tools/llvm-mca/X86/cv_fpo_directive_no_segfault.s
@@ -1,4 +1,4 @@
-# RUN: llvm-mca -mtriple=x86_64-unknown-unknown -resource-pressure=false -instruction-info=false < %s | FileCheck %s
+# RUN: llvm-mca -mtriple=x86_64-unknown-unknown -mcpu=generic -resource-pressure=false -instruction-info=false < %s | FileCheck %s
 
 .cv_fpo_pushreg ebx
 add %eax, %eax


        


More information about the llvm-commits mailing list