Skip to content

Commit 1206eb1

Browse files
committed
Fix
1 parent c735ecc commit 1206eb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Valgrind.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ endmacro()
294294

295295
function(swift_add_valgrind_memcheck target)
296296
set(argOption SHOW_REACHABLE TRACK_ORIGINS UNDEF_VALUE_ERRORS GENERATE_JUNIT_REPORT)
297-
set(argSingle LEAK_CHECK)
297+
set(argSingle LEAK_CHECK SUPPRESSIONS_FILE)
298298
set(argMulti JUNIT_OPTIONS)
299299

300300
set(valgrind_tool memcheck)

0 commit comments

Comments
 (0)