From aac2298d34595536c9f9d8fb6b5f4ac81852ed1f Mon Sep 17 00:00:00 2001 From: cynecx Date: Thu, 13 May 2021 21:45:53 +0100 Subject: [PATCH] Don't run MachineVerifier on sjlj-unwind-inline-asm test because of known issue (PR39439) Fixes buildbot failure (https://lab.llvm.org/buildbot/#/builders/16/builds/10825). Reviewed By: Amanieu Differential Revision: https://reviews.llvm.org/D102433 --- test/CodeGen/X86/sjlj-unwind-inline-asm-codegen.ll | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/CodeGen/X86/sjlj-unwind-inline-asm-codegen.ll b/test/CodeGen/X86/sjlj-unwind-inline-asm-codegen.ll index 432e68f07c9..351d8896196 100644 --- a/test/CodeGen/X86/sjlj-unwind-inline-asm-codegen.ll +++ b/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"