Author: Arthur Eubanks
Date: 2020-12-07T23:08:02-08:00
New Revision: ac6b03c2b337ae80008e1d081c14f8264543c44a

URL: 
https://github.com/llvm/llvm-project/commit/ac6b03c2b337ae80008e1d081c14f8264543c44a
DIFF: 
https://github.com/llvm/llvm-project/commit/ac6b03c2b337ae80008e1d081c14f8264543c44a.diff

LOG: [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.

Added: 
    

Modified: 
    llvm/test/Transforms/ObjCARC/provenance.ll

Removed: 
    


################################################################################
diff  --git a/llvm/test/Transforms/ObjCARC/provenance.ll 
b/llvm/test/Transforms/ObjCARC/provenance.ll
index 340c66a53cad..d5b4f9680034 100644
--- a/llvm/test/Transforms/ObjCARC/provenance.ll
+++ b/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"


        
_______________________________________________
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

Reply via email to