Skip to content

[compiler-rt] Remove 'memprof_meminfoblock.h' from MEMPROF_HEADERS (NFC) #95334

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 14, 2024

Conversation

JOE1994
Copy link
Member

@JOE1994 JOE1994 commented Jun 12, 2024

Commit 8306968 deleted file compiler-rt/lib/memprof/memprof_meminfoblock.h, but didn't remove it from MEMPROF_HEADERS in compiler-rt/lib/memprof/CMakeLists.txt.

Remove unneeded leftover line in compiler-rt/lib/memprof/CMakeLists.txt.

p.s.
GH #54777 reported a llvm14 build failure due to the existence of the leftover line, but I'm unable to reproduce the build failure with llvm19 trunk.

Commit 8306968 deleted file
`compiler-rt/lib/memprof/memprof_meminfoblock.h`, but didn't remove it from
MEMPROF_HEADERS in `compiler-rt/lib/memprof/CMakeLists.txt`.

Remove unneeded leftover line in `compiler-rt/lib/memprof/CMakeLists.txt`.

p.s.
GH llvm#54777 reported a llvm14 build failure due to the existence of the
leftover line, but I'm unable to reproduce the build failure with llvm19 trunk.
@JOE1994 JOE1994 requested a review from snehasish June 12, 2024 23:53
@llvmbot llvmbot added compiler-rt PGO Profile Guided Optimizations labels Jun 12, 2024
@llvmbot
Copy link
Member

llvmbot commented Jun 12, 2024

@llvm/pr-subscribers-pgo

Author: Youngsuk Kim (JOE1994)

Changes

Commit 8306968 deleted file compiler-rt/lib/memprof/memprof_meminfoblock.h, but didn't remove it from MEMPROF_HEADERS in compiler-rt/lib/memprof/CMakeLists.txt.

Remove unneeded leftover line in compiler-rt/lib/memprof/CMakeLists.txt.

p.s.
GH #54777 reported a llvm14 build failure due to the existence of the leftover line, but I'm unable to reproduce the build failure with llvm19 trunk.


Full diff: https://github.com/llvm/llvm-project/pull/95334.diff

1 Files Affected:

  • (modified) compiler-rt/lib/memprof/CMakeLists.txt (-1)
diff --git a/compiler-rt/lib/memprof/CMakeLists.txt b/compiler-rt/lib/memprof/CMakeLists.txt
index 3f55c2f5e075e..e6d99daca6ee7 100644
--- a/compiler-rt/lib/memprof/CMakeLists.txt
+++ b/compiler-rt/lib/memprof/CMakeLists.txt
@@ -37,7 +37,6 @@ SET(MEMPROF_HEADERS
   memprof_interface_internal.h
   memprof_internal.h
   memprof_mapping.h
-  memprof_meminfoblock.h
   memprof_mibmap.h
   memprof_rawprofile.h
   memprof_stack.h

@JOE1994 JOE1994 merged commit 3ecba1a into llvm:main Jun 14, 2024
9 checks passed
@JOE1994 JOE1994 deleted the memprof_cleanup branch June 14, 2024 18:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
compiler-rt PGO Profile Guided Optimizations
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants