]> granicus.if.org Git - clang/commitdiff
[CodeGen] Disable the machine verifier on a ThinLTO test
authorFrancis Visoiu Mistrih <francisvm@yahoo.com>
Tue, 30 Oct 2018 12:18:33 +0000 (12:18 +0000)
committerFrancis Visoiu Mistrih <francisvm@yahoo.com>
Tue, 30 Oct 2018 12:18:33 +0000 (12:18 +0000)
This allows us to turn the machine verifier on by default on X86.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@345591 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/thinlto-distributed-cfi-devirt.ll

index ab33a59b6982647bd572652c2b3adfc6dbf5ccce..fbcaa773ba0c4a10faf9b910766a436cc08be0d9 100644 (file)
@@ -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 \