X-Git-Url: https://ruderich.org/simon/gitweb/?p=blhc%2Fblhc.git;a=blobdiff_plain;f=bin%2Fblhc;h=e84b12b5e6abf504810b0c943b7350507ac69df9;hp=5fabc39e4bf8f9d090c250eec61a2a07d0a3a721;hb=f0a9d412466ca504fb2e279e1d98718a9c2bab28;hpb=11bb7123847f86127e7f3d551761d2532db233e3 diff --git a/bin/blhc b/bin/blhc index 5fabc39..e84b12b 100755 --- a/bin/blhc +++ b/bin/blhc @@ -1061,6 +1061,7 @@ foreach my $file (@ARGV) { # look like a compiler executable thus causing the line to be # treated as a normal compiler line. next if $line =~ m{^\s*rm\s+}; + next if $line =~ m{^\s*dwz\s+}; # Some build systems emit "gcc > file". next if $line =~ m{$cc_regex_normal\s*>\s*\S+}o; # Hex output may contain "cc".