summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/thinlto-distributed-cfi-devirt.ll
diff options
context:
space:
mode:
authorFrancis Visoiu Mistrih <francisvm@yahoo.com>2018-10-30 12:18:33 +0000
committerFrancis Visoiu Mistrih <francisvm@yahoo.com>2018-10-30 12:18:33 +0000
commit0df3a8f51a34ec78000119a060c98ac136a72be9 (patch)
treeb08349a369dc51cd2d4d0e9661aa7429d26107c1 /clang/test/CodeGen/thinlto-distributed-cfi-devirt.ll
parent6675be87477395658f6d3859b028ab8dee81ba19 (diff)
downloadbcm5719-llvm-0df3a8f51a34ec78000119a060c98ac136a72be9.tar.gz
bcm5719-llvm-0df3a8f51a34ec78000119a060c98ac136a72be9.zip
[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
Diffstat (limited to 'clang/test/CodeGen/thinlto-distributed-cfi-devirt.ll')
-rw-r--r--clang/test/CodeGen/thinlto-distributed-cfi-devirt.ll2
1 files changed, 2 insertions, 0 deletions
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 \
OpenPOWER on IntegriCloud