search for: 59229cba

Displaying 1 result from an estimated 1 matches for "59229cba".

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