[llvm] 2e0f0a3 - [memprof] Remove RawMemProfReader.h (#109446)
via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 20 13:15:33 PDT 2024
Author: Kazu Hirata
Date: 2024-09-20T13:15:29-07:00
New Revision: 2e0f0a397abb855e72cd9e7ec4ad41cf1a0650ed
URL: https://github.com/llvm/llvm-project/commit/2e0f0a397abb855e72cd9e7ec4ad41cf1a0650ed
DIFF: https://github.com/llvm/llvm-project/commit/2e0f0a397abb855e72cd9e7ec4ad41cf1a0650ed.diff
LOG: [memprof] Remove RawMemProfReader.h (#109446)
It's been more than five months since RawMemProfReader.h became a
"forwarding" header with:
commit 2bede6873dbe7021b306d3e5bec59d0fba2dd26c
Author: Kazu Hirata <kazu at google.com>
Date: Wed Apr 10 22:03:20 2024 -0700
This patch removes the empty header.
Added:
Modified:
Removed:
llvm/include/llvm/ProfileData/RawMemProfReader.h
################################################################################
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_
More information about the llvm-commits
mailing list