Skip to content

Commit

Permalink
[test] Pin provenance.ll to legacy PM
Browse files Browse the repository at this point in the history
It doesn't seem right to port -pa-eval just for one test, punting
decision for how to handle this.
  • Loading branch information
aeubanks committed Dec 8, 2020
1 parent 281af44 commit ac6b03c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llvm/test/Transforms/ObjCARC/provenance.ll
@@ -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"
Expand Down

0 comments on commit ac6b03c

Please sign in to comment.