We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 862948f + b71c5e6 commit 48434f4Copy full SHA for 48434f4
1 file changed
swift/tools/tracing-config.lua
@@ -82,6 +82,8 @@ function RegisterExtractorPack(id)
82
SwiftMatcher,
83
CreatePatternMatcher({'^lsregister$'}, MatchCompilerName, nil,
84
{trace = false}),
85
+ CreatePatternMatcher({'^sandbox%-exec$'}, MatchCompilerName, nil,
86
+ {trace = false}),
87
}
88
end
89
0 commit comments