Skip to content

Commit 6cbf8ab

Browse files
committed
Swift: do not trace codesign binary
1 parent 9543c23 commit 6cbf8ab

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
@@ -119,6 +119,8 @@ function RegisterExtractorPack(id)
119119
SwiftMatcher,
120120
CreatePatternMatcher({ '^lsregister$' }, MatchCompilerName, nil,
121121
{ trace = false }),
122+
CreatePatternMatcher({ '^codesign$' }, MatchCompilerName, nil,
123+
{ trace = false }),
122124
CreatePatternMatcher({ '^sandbox%-exec$' }, MatchCompilerName, nil,
123125
{ trace = false }),
124126
}

0 commit comments

Comments
 (0)