From 0a0f62e8d63621f415066d635a8e948146bc7b56 Mon Sep 17 00:00:00 2001 From: Arthur Eubanks Date: Sat, 4 Sep 2021 15:52:43 -0700 Subject: [PATCH] [test] Cleanup legacy PM tests in llvm/test/DebugInfo --- llvm/test/DebugInfo/Generic/debuginfofinder-forward-declaration.ll | 1 - llvm/test/DebugInfo/Generic/debuginfofinder-imported-global-variable.ll | 1 - llvm/test/DebugInfo/Generic/debuginfofinder-inlined-cu.ll | 1 - llvm/test/DebugInfo/Generic/debuginfofinder-multiple-cu.ll | 1 - 4 files changed, 4 deletions(-) diff --git a/llvm/test/DebugInfo/Generic/debuginfofinder-forward-declaration.ll b/llvm/test/DebugInfo/Generic/debuginfofinder-forward-declaration.ll index 3e0a167..826ab13 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' -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 bce4a21..69f4253 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' -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 e9f8179..081262e 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' -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 0658a91..b0368ff 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' -disable-output 2>&1 < %s \ ; RUN: | FileCheck %s -- 2.7.4