Skip to content

Commit

Permalink
SAIL: Print compiler id in ASAN function
Browse files Browse the repository at this point in the history
  • Loading branch information
HappySeaFox committed Oct 18, 2023
1 parent a226cc8 commit 2b31082
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/sail_enable_asan.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ macro(sail_enable_asan)
target_link_libraries(${SAIL_ASAN_TARGET} PRIVATE "-fsanitize=address")
endif()
else()
message("${SAIL_ASAN_TARGET}: ASAN is not supported with this compiler.")
message("${SAIL_ASAN_TARGET}: ASAN is not supported with this ${CMAKE_C_COMPILER_ID} compiler.")
endif()
endif()
endmacro()

0 comments on commit 2b31082

Please sign in to comment.