From 0df3a8f51a34ec78000119a060c98ac136a72be9 Mon Sep 17 00:00:00 2001 From: Francis Visoiu Mistrih Date: Tue, 30 Oct 2018 12:18:33 +0000 Subject: [CodeGen] Disable the machine verifier on a ThinLTO test This allows us to turn the machine verifier on by default on X86. llvm-svn: 345591 --- clang/test/CodeGen/thinlto-distributed-cfi-devirt.ll | 2 ++ 1 file changed, 2 insertions(+) (limited to 'clang/test/CodeGen/thinlto-distributed-cfi-devirt.ll') diff --git a/clang/test/CodeGen/thinlto-distributed-cfi-devirt.ll b/clang/test/CodeGen/thinlto-distributed-cfi-devirt.ll index ab33a59b698..fbcaa773ba0 100644 --- a/clang/test/CodeGen/thinlto-distributed-cfi-devirt.ll +++ b/clang/test/CodeGen/thinlto-distributed-cfi-devirt.ll @@ -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 \ -- cgit v1.2.3