diff options
| author | robot-piglet <[email protected]> | 2025-03-05 13:38:11 +0300 |
|---|---|---|
| committer | robot-piglet <[email protected]> | 2025-03-05 13:49:53 +0300 |
| commit | 9eed360f02de773a5ed2de5d2a3e81fc7f06acfa (patch) | |
| tree | 744a4054e64eb443073c7c6ad36b29cedcf9c2e6 /contrib/libs/llvm14/include/llvm/Analysis/ModuleDebugInfoPrinter.h | |
| parent | c141a5c40bda2eed1a68b0626ffdae5fd19359a6 (diff) | |
Intermediate changes
commit_hash:2ec2671384dd8e604d41bc5c52c2f7858e4afea6
Diffstat (limited to 'contrib/libs/llvm14/include/llvm/Analysis/ModuleDebugInfoPrinter.h')
| -rw-r--r-- | contrib/libs/llvm14/include/llvm/Analysis/ModuleDebugInfoPrinter.h | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/contrib/libs/llvm14/include/llvm/Analysis/ModuleDebugInfoPrinter.h b/contrib/libs/llvm14/include/llvm/Analysis/ModuleDebugInfoPrinter.h deleted file mode 100644 index 7472cc410ad..00000000000 --- a/contrib/libs/llvm14/include/llvm/Analysis/ModuleDebugInfoPrinter.h +++ /dev/null @@ -1,40 +0,0 @@ -#pragma once - -#ifdef __GNUC__ -#pragma GCC diagnostic push -#pragma GCC diagnostic ignored "-Wunused-parameter" -#endif - -//===- ModuleDebugInfoPrinter.h - -----------------------------------------===// -// -// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. -// See https://llvm.org/LICENSE.txt for license information. -// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception -// -//===----------------------------------------------------------------------===// - -#ifndef LLVM_ANALYSIS_MODULEDEBUGINFOPRINTER_H -#define LLVM_ANALYSIS_MODULEDEBUGINFOPRINTER_H - -#include "llvm/IR/DebugInfo.h" -#include "llvm/IR/PassManager.h" -#include "llvm/Support/raw_ostream.h" - -namespace llvm { - -class ModuleDebugInfoPrinterPass - : public PassInfoMixin<ModuleDebugInfoPrinterPass> { - DebugInfoFinder Finder; - raw_ostream &OS; - -public: - explicit ModuleDebugInfoPrinterPass(raw_ostream &OS); - PreservedAnalyses run(Module &M, ModuleAnalysisManager &AM); -}; -} // end namespace llvm - -#endif // LLVM_ANALYSIS_MODULEDEBUGINFOPRINTER_H - -#ifdef __GNUC__ -#pragma GCC diagnostic pop -#endif |
