[llvm] 0a0f62e - [test] Cleanup legacy PM tests in llvm/test/DebugInfo

Arthur Eubanks via llvm-commits llvm-commits at lists.llvm.org
Sat Sep 4 15:53:36 PDT 2021


Author: Arthur Eubanks
Date: 2021-09-04T15:52:43-07:00
New Revision: 0a0f62e8d63621f415066d635a8e948146bc7b56

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

LOG: [test] Cleanup legacy PM tests in llvm/test/DebugInfo

Added: 
    

Modified: 
    llvm/test/DebugInfo/Generic/debuginfofinder-forward-declaration.ll
    llvm/test/DebugInfo/Generic/debuginfofinder-imported-global-variable.ll
    llvm/test/DebugInfo/Generic/debuginfofinder-inlined-cu.ll
    llvm/test/DebugInfo/Generic/debuginfofinder-multiple-cu.ll

Removed: 
    


################################################################################
diff  --git a/llvm/test/DebugInfo/Generic/debuginfofinder-forward-declaration.ll b/llvm/test/DebugInfo/Generic/debuginfofinder-forward-declaration.ll
index 3e0a167b849b8..826ab13d99e1b 100644
--- a/llvm/test/DebugInfo/Generic/debuginfofinder-forward-declaration.ll
+++ b/llvm/test/DebugInfo/Generic/debuginfofinder-forward-declaration.ll
@@ -1,4 +1,3 @@
-; RUN: opt -analyze -module-debuginfo -enable-new-pm=0 < %s | FileCheck %s
 ; RUN: opt -passes='print<module-debuginfo>' -disable-output 2>&1 < %s \
 ; RUN:   | FileCheck %s
 

diff  --git a/llvm/test/DebugInfo/Generic/debuginfofinder-imported-global-variable.ll b/llvm/test/DebugInfo/Generic/debuginfofinder-imported-global-variable.ll
index bce4a218d2df4..69f42534a193c 100644
--- a/llvm/test/DebugInfo/Generic/debuginfofinder-imported-global-variable.ll
+++ b/llvm/test/DebugInfo/Generic/debuginfofinder-imported-global-variable.ll
@@ -1,4 +1,3 @@
-; RUN: opt -analyze -module-debuginfo -enable-new-pm=0 < %s | FileCheck %s
 ; RUN: opt -passes='print<module-debuginfo>' -disable-output 2>&1 < %s \
 ; RUN:   | FileCheck %s
 

diff  --git a/llvm/test/DebugInfo/Generic/debuginfofinder-inlined-cu.ll b/llvm/test/DebugInfo/Generic/debuginfofinder-inlined-cu.ll
index e9f8179bd29d2..081262e54ce8a 100644
--- a/llvm/test/DebugInfo/Generic/debuginfofinder-inlined-cu.ll
+++ b/llvm/test/DebugInfo/Generic/debuginfofinder-inlined-cu.ll
@@ -1,4 +1,3 @@
-; RUN: opt -analyze -module-debuginfo -enable-new-pm=0 < %s | FileCheck %s
 ; RUN: opt -passes='print<module-debuginfo>' -disable-output 2>&1 < %s \
 ; RUN:   | FileCheck %s
 

diff  --git a/llvm/test/DebugInfo/Generic/debuginfofinder-multiple-cu.ll b/llvm/test/DebugInfo/Generic/debuginfofinder-multiple-cu.ll
index 0658a91d7101b..b0368ff0b78e6 100644
--- a/llvm/test/DebugInfo/Generic/debuginfofinder-multiple-cu.ll
+++ b/llvm/test/DebugInfo/Generic/debuginfofinder-multiple-cu.ll
@@ -1,4 +1,3 @@
-; RUN: opt -analyze -module-debuginfo -enable-new-pm=0 < %s | FileCheck %s
 ; RUN: opt -passes='print<module-debuginfo>' -disable-output 2>&1 < %s \
 ; RUN:   | FileCheck %s
 


        


More information about the llvm-commits mailing list