[PATCH] D102433: Don't run MachineVerifier on sjlj-unwind-inline-asm test because of known issue (PR39439)

Paul via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 13 12:24:35 PDT 2021


cynecx created this revision.
cynecx added a reviewer: Amanieu.
Herald added a subscriber: pengfei.
cynecx requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Fixes buildbot failure (https://lab.llvm.org/buildbot/#/builders/16/builds/10825).


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D102433

Files:
  llvm/test/CodeGen/X86/sjlj-unwind-inline-asm-codegen.ll


Index: llvm/test/CodeGen/X86/sjlj-unwind-inline-asm-codegen.ll
===================================================================
--- llvm/test/CodeGen/X86/sjlj-unwind-inline-asm-codegen.ll
+++ llvm/test/CodeGen/X86/sjlj-unwind-inline-asm-codegen.ll
@@ -1,4 +1,5 @@
-; RUN: llc --exception-model=sjlj < %s | FileCheck %s
+; FIXME: Fix machine verifier issues and remove -verify-machineinstrs=0. PR39439.
+; RUN: llc --exception-model=sjlj -verify-machineinstrs=0 < %s | FileCheck %s
 
 target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
 target triple = "x86_64-unknown-linux-gnu"


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D102433.345251.patch
Type: text/x-patch
Size: 624 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210513/32aa59ce/attachment.bin>


More information about the llvm-commits mailing list