r345591 - [CodeGen] Disable the machine verifier on a ThinLTO test
Francis Visoiu Mistrih via cfe-commits
cfe-commits at lists.llvm.org
Tue Oct 30 05:18:33 PDT 2018
Author: thegameg
Date: Tue Oct 30 05:18:33 2018
New Revision: 345591
URL: http://llvm.org/viewvc/llvm-project?rev=345591&view=rev
Log:
[CodeGen] Disable the machine verifier on a ThinLTO test
This allows us to turn the machine verifier on by default on X86.
Modified:
cfe/trunk/test/CodeGen/thinlto-distributed-cfi-devirt.ll
Modified: cfe/trunk/test/CodeGen/thinlto-distributed-cfi-devirt.ll
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGen/thinlto-distributed-cfi-devirt.ll?rev=345591&r1=345590&r2=345591&view=diff
==============================================================================
--- cfe/trunk/test/CodeGen/thinlto-distributed-cfi-devirt.ll (original)
+++ cfe/trunk/test/CodeGen/thinlto-distributed-cfi-devirt.ll Tue Oct 30 05:18:33 2018
@@ -6,7 +6,9 @@
; RUN: opt -thinlto-bc -o %t.o %s
+; FIXME: Fix machine verifier issues and remove -verify-machineinstrs=0. PR39436.
; RUN: llvm-lto2 run -thinlto-distributed-indexes %t.o \
+; RUN: -verify-machineinstrs=0 \
; RUN: -o %t2.index \
; RUN: -r=%t.o,test,px \
; RUN: -r=%t.o,_ZN1A1nEi,p \
More information about the cfe-commits
mailing list