[PATCH] D143815: Specify target triple for bb-prefix-dump.ll

Mircea Trofin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Feb 11 14:03:11 PST 2023


This revision was automatically updated to reflect the committed changes.
Closed by commit rG4afb1ee7bc0e: Specify target triple for bb-prefix-dump.ll (authored by mtrofin).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D143815/new/

https://reviews.llvm.org/D143815

Files:
  llvm/test/CodeGen/MLRegalloc/bb-profile-dump.ll


Index: llvm/test/CodeGen/MLRegalloc/bb-profile-dump.ll
===================================================================
--- llvm/test/CodeGen/MLRegalloc/bb-profile-dump.ll
+++ llvm/test/CodeGen/MLRegalloc/bb-profile-dump.ll
@@ -1,10 +1,9 @@
-; REQUIRES: default_triple
+; REQUIRES: x86-registered-target
 ;
 ; Check that the basic block profile dump outputs data and in the correct
 ; format.
 ;
-; RUN: llc -o /dev/null -mbb-profile-dump=%t %s
-; RUN: FileCheck --input-file %t %s
+; RUN: llc -mtriple=x86_64-linux-unknown -o /dev/null -mbb-profile-dump=- %s | FileCheck %s
 
 ; bb profile dump is not supported on NVPTX
 ; UNSUPPORTED: target=nvptx{{.*}}


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D143815.496715.patch
Type: text/x-patch
Size: 660 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230211/b1d26458/attachment.bin>


More information about the llvm-commits mailing list