From: Michael Kuperstein Date: Fri, 20 Jan 2017 00:47:32 +0000 (+0000) Subject: [PM] Attempt to pacify windows bots. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f3bfad26aef1e72a2f906c36a1ea05524ca1b894;p=llvm [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 --- 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