On Fri, Jul 01, 2022 at 03:28:51AM -0400, Ben Westover wrote:
> I attempted to make blhc ignore this by echoing
> "blhc: ignore-line-regexp: \.S", but it didn't work. I also tried to run
> blhc with the actual --ignore-line flag, but it was still picking up
> those lines. I even did a simplified "--ignore-line asm", but it still
> doesn't work. Just in case, I tried again with "/asm/". This is all
> valid Perl regex, but it seems like blhc just isn't working at all here.
> Am I doing something wrong?

Hi Ben,

to quote the man-page:

> Ignore lines matching the given Perl regex. regex is
> automatically anchored at the beginning and end of the line to
> prevent false negatives.
>
> NOTE: Not the input lines are checked, but the lines which are
> displayed in warnings (which have line continuation resolved).

Something like --ignore-line '/usr/bin/cc.*\S+\.S' should work.

Best,
Simon
-- 
+ privacy is necessary
+ using gnupg http://gnupg.org
+ public key id: 0x92FEFDB7E44C32F9

Attachment: signature.asc
Description: PGP signature

Reply via email to