Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b71c5e6

Browse files
committed
Swift: ignore sandbox-exec
1 parent 862948f commit b71c5e6

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

swift/tools/tracing-config.lua

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,8 @@ function RegisterExtractorPack(id)
8282
SwiftMatcher,
8383
CreatePatternMatcher({'^lsregister$'}, MatchCompilerName, nil,
8484
{trace = false}),
85+
CreatePatternMatcher({'^sandbox%-exec$'}, MatchCompilerName, nil,
86+
{trace = false}),
8587
}
8688
end
8789

0 commit comments

Comments
 (0)