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)
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 ()
3428endif (COMPILER_RT_BUILD_MEMPROF)
3529
3630if (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 ()
10593endif (COMPILER_RT_BUILD_MEMPROF)
10694# Install xray headers.
10795install (FILES ${XRAY_HEADERS}
You can’t perform that action at this time.
0 commit comments