Skip to content

Commit 3ecba1a

Browse files
authored
[compiler-rt] Remove 'memprof_meminfoblock.h' from MEMPROF_HEADERS (NFC) (#95334)
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.
1 parent e84ecf2 commit 3ecba1a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

compiler-rt/lib/memprof/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ SET(MEMPROF_HEADERS
3737
memprof_interface_internal.h
3838
memprof_internal.h
3939
memprof_mapping.h
40-
memprof_meminfoblock.h
4140
memprof_mibmap.h
4241
memprof_rawprofile.h
4342
memprof_stack.h

0 commit comments

Comments
 (0)