Skip to content

Commit f174648

Browse files
committed
Revert "[MemProf] Add missing header to list of installed headers. (#79413)"
This reverts commit 0a3b5ec.
1 parent 7b33899 commit f174648

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

compiler-rt/include/CMakeLists.txt

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,6 @@ if (COMPILER_RT_BUILD_MEMPROF)
2525
sanitizer/memprof_interface.h
2626
profile/MemProfData.inc
2727
)
28-
if (NOT COMPILER_RT_BUILD_SANITIZERS)
29-
set(MEMPROF_HEADERS
30-
sanitizer/allocator_interface.h
31-
sanitizer/common_interface_defs.h
32-
)
33-
endif()
3428
endif(COMPILER_RT_BUILD_MEMPROF)
3529

3630
if (COMPILER_RT_BUILD_XRAY)
@@ -96,12 +90,6 @@ if (COMPILER_RT_BUILD_MEMPROF)
9690
COMPONENT compiler-rt-headers
9791
PERMISSIONS OWNER_READ OWNER_WRITE GROUP_READ WORLD_READ
9892
DESTINATION ${COMPILER_RT_INSTALL_INCLUDE_DIR}/sanitizer)
99-
if (NOT COMPILER_RT_BUILD_SANITIZERS)
100-
install(FILES sanitizer/allocator_interface.h sanitizer/common_interface_defs.h
101-
COMPONENT compiler-rt-headers
102-
PERMISSIONS OWNER_READ OWNER_WRITE GROUP_READ WORLD_READ
103-
DESTINATION ${COMPILER_RT_INSTALL_INCLUDE_DIR}/sanitizer)
104-
endif()
10593
endif(COMPILER_RT_BUILD_MEMPROF)
10694
# Install xray headers.
10795
install(FILES ${XRAY_HEADERS}

0 commit comments

Comments
 (0)