1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 18:54:02 +01:00

[test] Pin provenance.ll to legacy PM

It doesn't seem right to port -pa-eval just for one test, punting
decision for how to handle this.
This commit is contained in:
Arthur Eubanks 2020-12-07 23:08:02 -08:00
parent d2ce694ca0
commit 5b11c43641

View File

@ -1,4 +1,4 @@
; RUN: opt -disable-output -disable-basic-aa -pa-eval %s 2>&1 | FileCheck %s
; RUN: opt -disable-output -disable-basic-aa -pa-eval %s -enable-new-pm=0 2>&1 | FileCheck %s
@"\01l_objc_msgSend_fixup_" = global i8 0
@g1 = global i8 0, section "__OBJC,__message_refs,literal_pointers,no_dead_strip"