[llvm] [memprof] Remove RawMemProfReader.h (PR #109446)
via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 20 10:32:54 PDT 2024
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-pgo
Author: Kazu Hirata (kazutakahirata)
<details>
<summary>Changes</summary>
It's been more than five months since RawMemProfReader.h became a
"forwarding" header with:
commit 2bede6873dbe7021b306d3e5bec59d0fba2dd26c
Author: Kazu Hirata <kazu@<!-- -->google.com>
Date: Wed Apr 10 22:03:20 2024 -0700
This patch removes the empty header.
---
Full diff: https://github.com/llvm/llvm-project/pull/109446.diff
1 Files Affected:
- (removed) llvm/include/llvm/ProfileData/RawMemProfReader.h (-19)
``````````diff
diff --git a/llvm/include/llvm/ProfileData/RawMemProfReader.h b/llvm/include/llvm/ProfileData/RawMemProfReader.h
deleted file mode 100644
index 5e06f26fffdc2a..00000000000000
--- a/llvm/include/llvm/ProfileData/RawMemProfReader.h
+++ /dev/null
@@ -1,19 +0,0 @@
-//===- RawMemProfReader.h - Instrumented memory profiling reader *- C++ -*-===//
-//
-// 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
-//
-//===----------------------------------------------------------------------===//
-//
-// This file just includes MemProfReader.h for compatibility with
-// out-of-tree users.
-//
-//===----------------------------------------------------------------------===//
-
-#ifndef LLVM_PROFILEDATA_RAWMEMPROFREADER_H_
-#define LLVM_PROFILEDATA_RAWMEMPROFREADER_H_
-
-#include "llvm/ProfileData/MemProfReader.h"
-
-#endif // LLVM_PROFILEDATA_RAWMEMPROFREADER_H_
``````````
</details>
https://github.com/llvm/llvm-project/pull/109446
More information about the llvm-commits
mailing list