[llvm] 492173d - [test] Fix tools/gold/X86/new-pm.ll after D101797

Fangrui Song via llvm-commits llvm-commits at lists.llvm.org
Sat May 8 13:41:41 PDT 2021


Author: Fangrui Song
Date: 2021-05-08T13:41:36-07:00
New Revision: 492173d42b32cb91d5d0d72d5ed84fcab80d059a

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

LOG: [test] Fix tools/gold/X86/new-pm.ll after D101797

Added: 
    

Modified: 
    llvm/test/tools/gold/X86/new-pm.ll

Removed: 
    


################################################################################
diff  --git a/llvm/test/tools/gold/X86/new-pm.ll b/llvm/test/tools/gold/X86/new-pm.ll
index 91d1828850d2d..1236793433d26 100644
--- a/llvm/test/tools/gold/X86/new-pm.ll
+++ b/llvm/test/tools/gold/X86/new-pm.ll
@@ -8,6 +8,7 @@
 ; RUN:     --plugin-opt=cache-dir=%t.cache \
 ; RUN:     -o %t2.o %t.o 2>&1 | FileCheck %s
 
+; CHECK: Running pass:
 
 ;; --plugin-opt=debug-pass-manager is a no-op for the legacy pass manager.
 ; RUN: %gold -m elf_x86_64 -plugin %llvmshlibdir/LLVMgold%shlibext \


        


More information about the llvm-commits mailing list