Skip to content

Commit

Permalink
[compiler-rt] Remove 'memprof_meminfoblock.h' from MEMPROF_HEADERS (N…
Browse files Browse the repository at this point in the history
…FC) (#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.
  • Loading branch information
JOE1994 authored Jun 14, 2024
1 parent e84ecf2 commit 3ecba1a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion compiler-rt/lib/memprof/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3ecba1a

Please sign in to comment.