Displaying 5 results from an estimated 5 matches for "script_fil".
Did you mean:
script_file
2008 Jan 10
0
[LLVMdev] Adding ClamAV to the llvm testsuite (long)
...s to CFLAGS should be CPPFLAGS instead.
2. filterdiff.sh uses sed -re. This causes a problem on Mac OS X where
-E means using extended regular expression, not -r.
sed: illegal option -- r
usage: sed script [-Ealn] [-i extension] [file ...]
sed [-Ealn] [-i extension] [-e script] ... [-f
script_file] ... [file ...]
Can this be changed?
3. This triggers a optimizer bug:
/Users/echeng/LLVM/llvm/Release/bin/opt -std-compile-opts -time-passes
-info-output-file=/Volumes/Muggles/LLVM/llvm/projects/llvm-test/
MultiSource/Applications/ClamAV/Out\
put/clamscan.linked.bc.info Output/clamscan.lin...
2008 Jan 10
4
[LLVMdev] Adding ClamAV to the llvm testsuite (long)
Török Edwin wrote:
> Yes, I have uploaded the .tar.gz here:
> http://edwintorok.googlepages.com/ClamAV-srcflat.tar.gz
> [inputs dir contains some symlink, place ClamAV dir in
> llvm/projects/llvm-test/MultiSource/Applications to make
> links point to right place]
>
>
Hi,
Because llvm bug #1730 got fixed, this testcase can run under with the
JIT on x86-64 :).
I have
2008 Jan 14
2
[LLVMdev] Adding ClamAV to the llvm testsuite (long)
...instead.
> 2. filterdiff.sh uses sed -re. This causes a problem on Mac OS X where
> -E means using extended regular expression, not -r.
>
> sed: illegal option -- r
> usage: sed script [-Ealn] [-i extension] [file ...]
> sed [-Ealn] [-i extension] [-e script] ... [-f
> script_file] ... [file ...]
>
> Can this be changed?
>
> 3. This triggers a optimizer bug:
> /Users/echeng/LLVM/llvm/Release/bin/opt -std-compile-opts -time-passes
> -info-output-file=/Volumes/Muggles/LLVM/llvm/projects/llvm-test/
> MultiSource/Applications/ClamAV/Out\
> put/clamscan.l...
2008 Jan 30
0
[LLVMdev] Adding ClamAV to the llvm testsuite (long)
...es sed -re. This causes a problem on Mac OS X
>> where
>> -E means using extended regular expression, not -r.
>>
>> sed: illegal option -- r
>> usage: sed script [-Ealn] [-i extension] [file ...]
>> sed [-Ealn] [-i extension] [-e script] ... [-f
>> script_file] ... [file ...]
>>
>> Can this be changed?
>>
>> 3. This triggers a optimizer bug:
>> /Users/echeng/LLVM/llvm/Release/bin/opt -std-compile-opts -time-
>> passes
>> -info-output-file=/Volumes/Muggles/LLVM/llvm/projects/llvm-test/
>> MultiSource/Appli...
2010 Mar 31
3
[PATCH] Remove v2v-snapshot
...c 100644
--- a/Build.PL
+++ b/Build.PL
@@ -217,7 +217,7 @@ my $build = $class->new (
dist_version_from => 'lib/Sys/VirtV2V.pm',
confdoc_files => [ 'v2v/virt-v2v.conf.pod' ],
install_path => { 'locale' => '/usr/local/share/locale' },
- script_files => [ 'snapshot/v2v-snapshot.pl', 'v2v/virt-v2v.pl' ],
+ script_files => [ 'v2v/virt-v2v.pl' ],
meta_add => {
resources => {
license => "http://www.gnu.org/licenses/gpl.html",
diff --git a/MANIFEST b/MANIFEST
index d5debe...