From f3bfad26aef1e72a2f906c36a1ea05524ca1b894 Mon Sep 17 00:00:00 2001 From: Michael Kuperstein Date: Fri, 20 Jan 2017 00:47:32 +0000 Subject: [PATCH] [PM] Attempt to pacify windows bots. Another difference in type pretty-printing, this one windows-specific. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@292556 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Other/new-pm-defaults.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Other/new-pm-defaults.ll b/test/Other/new-pm-defaults.ll index 8df334ae3a7..d931deb6044 100644 --- a/test/Other/new-pm-defaults.ll +++ b/test/Other/new-pm-defaults.ll @@ -27,7 +27,7 @@ ; RUN: | FileCheck %s --check-prefix=CHECK-O --check-prefix=CHECK-O2 ;CHECK-O: Starting llvm::Module pass manager run. -;CHECK-O-NEXT: Running pass: PassManager +;CHECK-O-NEXT: Running pass: PassManager<{{.*}}Module{{.*}}> ;CHECK-O-NEXT: Starting llvm::Module pass manager run. ;CHECK-O-NEXT: Running pass: ForceFunctionAttrsPass ;CHECK-O-NEXT: Running pass: InferFunctionAttrsPass -- 2.50.1