Displaying 2 results from an estimated 2 matches for "cli_dbgmsg".
2008 Jan 11
0
[LLVMdev] Adding ClamAV to the llvm testsuite (long)
>> 2. filterdiff.sh uses sed -re. This causes a problem on Mac OS X
>> where
>> -E means using extended regular expression, not -r.
>> Can this be changed?
>>
>
> I'm not really familiar with sed's non-extended regular expression
> syntax, I'll have to read its info page.
> I can do that if you decide to keep filterdiff.sh, see below
Why not
2008 Jan 10
3
[LLVMdev] Adding ClamAV to the llvm testsuite (long)
Evan Cheng wrote:
> Hi,
>
Hi Evan,
> We are getting closer.
>
That is good news.
> 1. In Makefile, all the references to CFLAGS should be CPPFLAGS instead.
>
Done, and attached.
> 2. filterdiff.sh uses sed -re. This causes a problem on Mac OS X where
> -E means using extended regular expression, not -r.
> Can this be changed?
>
I'm not really