Skip to content

Commit 48434f4

Browse files
authored
Merge pull request github#12025 from github/alexdenisov/ignore-sandbox-exec
Swift: ignore sandbox-exec
2 parents 862948f + b71c5e6 commit 48434f4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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)