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 c735ecc commit 1206eb1Copy full SHA for 1206eb1
Valgrind.cmake
@@ -294,7 +294,7 @@ endmacro()
294
295
function(swift_add_valgrind_memcheck target)
296
set(argOption SHOW_REACHABLE TRACK_ORIGINS UNDEF_VALUE_ERRORS GENERATE_JUNIT_REPORT)
297
- set(argSingle LEAK_CHECK)
+ set(argSingle LEAK_CHECK SUPPRESSIONS_FILE)
298
set(argMulti JUNIT_OPTIONS)
299
300
set(valgrind_tool memcheck)
0 commit comments