You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On branch for release 14, file memprof_meminfoblock.h is listed in compiler-rt/lib/memprof/CMakeLists.txt, but is no longer available in the repo as removed in commit 8306968.
This causes a cmake error when attempting to build.
The text was updated successfully, but these errors were encountered:
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.
…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.
On branch for release 14, file memprof_meminfoblock.h is listed in compiler-rt/lib/memprof/CMakeLists.txt, but is no longer available in the repo as removed in commit 8306968.
This causes a cmake error when attempting to build.
The text was updated successfully, but these errors were encountered: