Skip to content

Commit

Permalink
Don't run MachineVerifier on sjlj-unwind-inline-asm test because of k…
Browse files Browse the repository at this point in the history
…nown issue (PR39439)

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

Reviewed By: Amanieu

Differential Revision: https://reviews.llvm.org/D102433
  • Loading branch information
cynecx authored and Amanieu committed May 13, 2021
1 parent 772bdef commit 93d5692
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion llvm/test/CodeGen/X86/sjlj-unwind-inline-asm-codegen.ll
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 93d5692

Please sign in to comment.