We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 361035b commit c735eccCopy full SHA for c735ecc
Valgrind.cmake
@@ -322,6 +322,10 @@ function(swift_add_valgrind_memcheck target)
322
list(APPEND valgrind_tool_options "--leak-check=${x_LEAK_CHECK}")
323
endif()
324
325
+ if (x_SUPPRESSIONS_FILE)
326
+ list(APPEND valgrind_tool_options "--suppressions=${CMAKE_SOURCE_DIR}/${x_SUPPRESSIONS_FILE}")
327
+ endif()
328
+
329
setup_custom_target(${valgrind_tool} ${target_name})
330
331
if (x_GENERATE_JUNIT_REPORT)
0 commit comments