Skip to content

Commit ac6b03c

Browse files
committed
[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.
1 parent 281af44 commit ac6b03c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/test/Transforms/ObjCARC/provenance.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
; RUN: opt -disable-output -disable-basic-aa -pa-eval %s 2>&1 | FileCheck %s
1+
; RUN: opt -disable-output -disable-basic-aa -pa-eval %s -enable-new-pm=0 2>&1 | FileCheck %s
22

33
@"\01l_objc_msgSend_fixup_" = global i8 0
44
@g1 = global i8 0, section "__OBJC,__message_refs,literal_pointers,no_dead_strip"

0 commit comments

Comments
 (0)