[llvm] 53b6982 - [test] Pin null-function.ll to legacy PM
Arthur Eubanks via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 16 11:24:44 PDT 2020
Author: Arthur Eubanks
Date: 2020-10-16T11:24:28-07:00
New Revision: 53b69820f420ad896780d22fd241581a779b7c2b
URL: https://github.com/llvm/llvm-project/commit/53b69820f420ad896780d22fd241581a779b7c2b
DIFF: https://github.com/llvm/llvm-project/commit/53b69820f420ad896780d22fd241581a779b7c2b.diff
LOG: [test] Pin null-function.ll to legacy PM
The NPM prints CGSCCs in a different way.
Added:
Modified:
llvm/test/Transforms/Inline/null-function.ll
Removed:
################################################################################
diff --git a/llvm/test/Transforms/Inline/null-function.ll b/llvm/test/Transforms/Inline/null-function.ll
index 2aecfa85cd8f..93f447fb1f5f 100644
--- a/llvm/test/Transforms/Inline/null-function.ll
+++ b/llvm/test/Transforms/Inline/null-function.ll
@@ -1,4 +1,4 @@
-; RUN: opt -print-before=always-inline -always-inline < %s -o /dev/null 2>&1 | FileCheck %s
+; RUN: opt -print-before=always-inline -always-inline -enable-new-pm=0 < %s -o /dev/null 2>&1 | FileCheck %s
define i32 @main() #0 {
entry:
More information about the llvm-commits
mailing list