[llvm] 93d5692 - Don't run MachineVerifier on sjlj-unwind-inline-asm test because of known issue (PR39439)

Amanieu d'Antras via llvm-commits llvm-commits at lists.llvm.org
Thu May 13 15:14:23 PDT 2021


Author: cynecx
Date: 2021-05-13T23:14:05+01:00
New Revision: 93d56922fabaf52eec8d1d4e28e04fa47eb1c797

URL: https://github.com/llvm/llvm-project/commit/93d56922fabaf52eec8d1d4e28e04fa47eb1c797
DIFF: https://github.com/llvm/llvm-project/commit/93d56922fabaf52eec8d1d4e28e04fa47eb1c797.diff

LOG: 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

Added: 
    

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

Removed: 
    


################################################################################
diff  --git a/llvm/test/CodeGen/X86/sjlj-unwind-inline-asm-codegen.ll b/llvm/test/CodeGen/X86/sjlj-unwind-inline-asm-codegen.ll
index 432e68f07c9b8..351d8896196cd 100644
--- a/llvm/test/CodeGen/X86/sjlj-unwind-inline-asm-codegen.ll
+++ b/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"


        


More information about the llvm-commits mailing list