File tree Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -25,12 +25,6 @@ if (COMPILER_RT_BUILD_MEMPROF)
25
25
sanitizer/memprof_interface.h
26
26
profile/MemProfData.inc
27
27
)
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 ()
34
28
endif (COMPILER_RT_BUILD_MEMPROF )
35
29
36
30
if (COMPILER_RT_BUILD_XRAY )
@@ -96,12 +90,6 @@ if (COMPILER_RT_BUILD_MEMPROF)
96
90
COMPONENT compiler-rt-headers
97
91
PERMISSIONS OWNER_READ OWNER_WRITE GROUP_READ WORLD_READ
98
92
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 ()
105
93
endif (COMPILER_RT_BUILD_MEMPROF )
106
94
# Install xray headers.
107
95
install (FILES ${XRAY_HEADERS}
You can’t perform that action at this time.
0 commit comments