search for: clamscan_clamscan

Displaying 5 results from an estimated 5 matches for "clamscan_clamscan".

2008 Jan 08
2
[LLVMdev] Adding ClamAV to the llvm testsuite (long)
...eng/LLVM/llvm/projects/llvm-test/ MultiSource/Applications/ClamAV -I/\Users/echeng/LLVM/llvm/include -I/ Users/echeng/LLVM/llvm/projects/llvm-test/include -I../../..//include -I/Users/echeng/LLVM/llvm/include -D_GNU_SOURCE -D__STDC_LIMIT_MACROS -O3 -O2 -mdynamic-no-pic -fomit-frame-pointer -c clamscan_clamscan.c - o Output/clamscan_clamscan.o clamscan_clamscan.c:39:26: error: clamscan_opt.h: No such file or directory clamscan_clamscan.c:40:29: error: clamscan/others.h: No such file or directory llvm-gcc compiles this just fine: /Users/echeng/LLVM/install/bin/llvm-gcc -I/Users/echeng/LLVM/llvm/ pr...
2007 Dec 18
0
[LLVMdev] Adding ClamAV to the llvm testsuite (long)
Chris Lattner wrote: > One way to do this is to add a "cut down" version of the app to the > test suite. I disabled optional features in clamav-config.h > >> 2. GPL license. Chris? > > Any open source license that allows unrestricted redistribution is > fine in llvm-test Ok, I have created a script that automatically checks out ClamAV 0.92-stable source code
2007 Dec 18
3
[LLVMdev] Adding ClamAV to the llvm testsuite (long)
On Mon, 17 Dec 2007, Evan Cheng wrote: > We always welcome more tests. But it looks like there are two issues > here. > > 1. The autoconf requirement. Is it possible to get one configuration > working without the need for autoconf? One way to do this is to add a "cut down" version of the app to the test suite. > 2. GPL license. Chris? Any open source license that
2014 Jan 28
3
[LLVMdev] MergeFunctions: reduce complexity to O(log(N))
Hi Stepan, Sorry for the delay. It's great that you are working on MergeFunctions as well and I agree, we should definitely try to combine our efforts to improve MergeFunctions. Just to give you some context, the pass (with the similar function merging patch) is already being used in a production setting. From my point of view, it would be better if we focus on improving its capability
2014 Jan 30
3
[LLVMdev] MergeFunctions: reduce complexity to O(log(N))
...n.ll 2 40913 0 0.01 40880 0 0.00 40880 ch.ll 7 37798 0 0.01 37776 0 0.01 37776 cholesky.ll 12 23832 0 0.01 23780 0 0.01 23780 chomp.ll 23 62942 0 0.01 62925 0 0.01 62925 chooseEntry.ll 1 5370 0 0.01 5345 0 0.01 5345 circle.ll 1 1997 0 0.01 1968 0 0.01 1968 cjpeg.ll 4 84029 0 0.01 83996 0 0.01 83996 clamscan_clamscan.ll 2 61399 0 0.01 61381 0 0.01 61381 clamscan_manager.ll 12 213915 0 0.03 213897 0 0.02 213897 clamscan_others.ll 4 16909 0 0.01 16891 0 0.01 16891 clamscan_treewalk.ll 6 72998 0 0.02 72980 0 0.02 72980 class.ll 13 182292 1 0.02 182113 0 0.03 182275 clause.ll 301 644053 13 0.06 642371 * * * clearLi...