Skip to content

Commit d5ff9bf

Browse files
committed
C#: Collapse tracer cases for csc, csc.exe and mcs.exe and remote quoting.
1 parent def522d commit d5ff9bf

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

csharp/tools/tracing-config.lua

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -221,12 +221,7 @@ function RegisterExtractorPack(id)
221221
}
222222
local posixMatchers = {
223223
DotnetMatcherBuild,
224-
CreatePatternMatcher({ '^mcs%.exe$', '^csc%.exe$' }, MatchCompilerName,
225-
extractor, {
226-
prepend = { '--compiler', '"${compiler}"' },
227-
order = ORDER_BEFORE
228-
}),
229-
CreatePatternMatcher({ '^csc$' }, MatchCompilerName,
224+
CreatePatternMatcher({ '^mcs%.exe$', '^csc%.exe$', '^csc$' }, MatchCompilerName,
230225
extractor, {
231226
prepend = { '--compiler', '${compiler}' },
232227
order = ORDER_BEFORE

0 commit comments

Comments
 (0)