summaryrefslogtreecommitdiffstats
path: root/config/sanitizer/sanitizers.cmake
diff options
context:
space:
mode:
authorLarry Knox <lrknox@hdfgroup.org>2023-02-07 14:33:17 (GMT)
committerGitHub <noreply@github.com>2023-02-07 14:33:17 (GMT)
commit4e621441ce93459323d650561030613d3a103a9e (patch)
treefb154ba21ae480bd1777bb0137b09da0fda4ca79 /config/sanitizer/sanitizers.cmake
parent35a9c849cd6c87f563ab27ce724159c150801c9b (diff)
downloadhdf5-4e621441ce93459323d650561030613d3a103a9e.zip
hdf5-4e621441ce93459323d650561030613d3a103a9e.tar.gz
hdf5-4e621441ce93459323d650561030613d3a103a9e.tar.bz2
Updates to known problem, release date, and cherry-picks of latest changes to hdf5_1_8. (#2430)
--------- Co-authored-by: Allen Byrne <50328838+byrnHDF@users.noreply.github.com>
Diffstat (limited to 'config/sanitizer/sanitizers.cmake')
-rw-r--r--config/sanitizer/sanitizers.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/sanitizer/sanitizers.cmake b/config/sanitizer/sanitizers.cmake
index b06992f..4ba043b 100644
--- a/config/sanitizer/sanitizers.cmake
+++ b/config/sanitizer/sanitizers.cmake
@@ -30,7 +30,7 @@ endfunction()
message(STATUS "USE_SANITIZER=${USE_SANITIZER}, CMAKE_C_COMPILER_ID=${CMAKE_C_COMPILER_ID}")
if(USE_SANITIZER)
- if(INTEL_CLANG OR CMAKE_C_COMPILER_ID MATCHES "[Cc]lang")
+ if(CMAKE_C_COMPILER_ID MATCHES "IntelLLVM" OR CMAKE_C_COMPILER_ID MATCHES "[Cc]lang")
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
if(UNIX)