[PATCH] D138188: Fix broken CI

Sinan Lin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 17 01:25:48 PST 2022


This revision was automatically updated to reflect the committed changes.
Closed by commit rG2caf1de1b87c: Fix broken CI (authored by sinan).

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D138188

Files:
  llvm/test/CodeGen/X86/align-basic-block-sections.mir


Index: llvm/test/CodeGen/X86/align-basic-block-sections.mir
===================================================================
--- llvm/test/CodeGen/X86/align-basic-block-sections.mir
+++ llvm/test/CodeGen/X86/align-basic-block-sections.mir
@@ -1,5 +1,5 @@
 # Check if the alignment directive is put on the correct place when the basic block section option is used.
-# RUN: llc -start-after=bbsections-prepare  %s -o - | FileCheck %s -check-prefix=CHECK
+# RUN: llc -mtriple x86_64-unknown-linux-gnu -start-after=bbsections-prepare  %s -o - | FileCheck %s -check-prefix=CHECK
 
 # How to generate the input:
 # foo.c


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D138188.476046.patch
Type: text/x-patch
Size: 618 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221117/d29b14da/attachment.bin>


More information about the llvm-commits mailing list