File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -358,16 +358,16 @@ sub makeOptions {
358
358
if (arg(' -funresolved-symbols=' )) {
359
359
my $string_arg = arg(' -funresolved-symbols=' );
360
360
if ($string_arg eq ' ignore-all' ) {
361
- push (@options , " `UnresolvedSymbols`(`IgnoreAll`(.KList ))" );
361
+ push (@options , " LblUnresolvedSymbols{}(LblIgnoreAll{}( ))" );
362
362
} elsif ($string_arg eq ' warn-all' ) {
363
- push (@options , " `UnresolvedSymbols`(`WarnAll`(.KList ))" );
363
+ push (@options , " LblUnresolvedSymbols{}(LblWarnAll{}( ))" );
364
364
} elsif ($string_arg eq ' report-all' ) {
365
- push (@options , " `UnresolvedSymbols`(`ReportAll`(.KList ))" );
365
+ push (@options , " LblUnresolvedSymbols{}(LblReportAll{}( ))" );
366
366
} elsif ($string_arg eq ' warn-unreachable' ) {
367
- push (@options , " `UnresolvedSymbols`(`WarnUnreachable`(.KList ))" );
367
+ push (@options , " LblUnresolvedSymbols{}(LblWarnUnreachable{}( ))" );
368
368
}
369
369
} else {
370
- push (@options , " `UnresolvedSymbols`(`WarnUnreachable`(.KList ))" );
370
+ push (@options , " LblUnresolvedSymbols{}(LblWarnUnreachable{}( ))" );
371
371
}
372
372
373
373
for (breakpoints()) {
You can’t perform that action at this time.
0 commit comments