Displaying 10 results from an estimated 10 matches for "multisrc".
Did you mean:
multiarch
2011 Jan 12
1
[LLVMdev] About test suits
...ectory
`/home/qali/build/llvm-2.8-rev/projects/test-suite/MultiSource/Applications'
make: *** [Applications/.makeall] Error 2
[qali at qali MultiSource]$ tree
.
|-- Applications
| |-- Burg
| | |-- Makefile
| | `-- Output
| | `-- be.ll
| `-- Makefile
|-- Makefile
`-- Makefile.multisrc
3 directories, 5 files
[qali at qali MultiSource]$ cd ..
[qali at qali test-suite]$ tree
.
|-- config.log
|-- config.status
|-- External
| |-- Makefile
| |-- Makefile.external
| |-- Povray
| | `-- Makefile
| |-- skidmarks10
| | `-- Makefile
| `-- SPEC
| |-- CFP2000
|...
2004 Sep 05
0
[LLVMdev] POST MORTEM: llvm-test changes
...ernal/SPEC/Makefile.spec95 commands
install: ../test/Programs/External/SPEC/Makefile.spec95 does not exist
config.status: executing test/Programs/MultiSource/Makefile commands
install: ../test/Programs/MultiSource/Makefile does not exist
config.status: executing test/Programs/MultiSource/Makefile.multisrc commands
install: ../test/Programs/MultiSource/Makefile.multisrc does not exist
cd: can't cd to ../../../../../../../test/Programs/MultiSource/Benchmarks/FreeBench/analyzer
config.status: executing test/Programs/MultiSource/Benchmarks/FreeBench/analyzer/test.in commands
install: ../test/Progr...
2008 May 21
4
[LLVMdev] MultiSource/Applications/lemon slow in JIT
...Applications/lemon/Makefile
===================================================================
--- MultiSource/Applications/lemon/Makefile (revision 51189)
+++ MultiSource/Applications/lemon/Makefile (working copy)
@@ -8,5 +8,8 @@
include $(LEVEL)/Makefile.config
include ../../Makefile.multisrc
+
+JIT_OPTS += -no-lazy
+
DIFFPROG := $(PROGDIR)/DiffOutput.sh "diff "
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
URL: <http://lists.llvm.org/pipermail/llvm...
2004 Sep 05
5
[LLVMdev] POST MORTEM: llvm-test changes
After the removal of llvm/test/Programs and insertion of llvm-test cvs
module, the nightly tester showed the following:
x86 Linux debug:
* hard to say. I think it failed because the check in occurred just
as it was starting up. Could someone verify for me? No results
were produced.
x86 Linux optimized:
* everything ran okay
* loc graph now shows 550k lines (up 350k!) - not sure
2008 May 21
0
[LLVMdev] MultiSource/Applications/lemon slow in JIT
...; ===================================================================
> --- MultiSource/Applications/lemon/Makefile (revision 51189)
> +++ MultiSource/Applications/lemon/Makefile (working copy)
> @@ -8,5 +8,8 @@
> include $(LEVEL)/Makefile.config
>
> include ../../Makefile.multisrc
> +
> +JIT_OPTS += -no-lazy
> +
> DIFFPROG := $(PROGDIR)/DiffOutput.sh "diff "
>
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo...
2004 Sep 05
2
[LLVMdev] POST MORTEM: llvm-test changes
...spec95 commands
> install: ../test/Programs/External/SPEC/Makefile.spec95 does not exist
> config.status: executing test/Programs/MultiSource/Makefile commands
> install: ../test/Programs/MultiSource/Makefile does not exist
> config.status: executing test/Programs/MultiSource/Makefile.multisrc commands
> install: ../test/Programs/MultiSource/Makefile.multisrc does not exist
> cd: can't cd to ../../../../../../../test/Programs/MultiSource/Benchmarks/FreeBench/analyzer
> config.status: executing test/Programs/MultiSource/Benchmarks/FreeBench/analyzer/test.in commands
> ins...
2011 Nov 23
1
[LLVMdev] Follow-up questions after successful upgrade to LLVM 3.0rc4
...ommands
config.status: executing External/SPEC/CFP95/Makefile commands
config.status: executing External/SPEC/CINT95/Makefile commands
config.status: executing External/skidmarks10/Makefile commands
config.status: executing MultiSource/Makefile commands
config.status: executing MultiSource/Makefile.multisrc commands
config.status: executing SingleSource/Makefile commands
config.status: executing SingleSource/Makefile.singlesrc commands
config.status: executing tools/Makefile commands
One interesting tidbit: One of the lines is: "checking clang compiler ... none", and yet, I can do:
kharri...
2008 Jan 08
2
[LLVMdev] Adding ClamAV to the llvm testsuite (long)
...little endian the code possibly does unaligned
> accesses, that would
> # cause a SIGBUS on Sparc.
>
> ifeq ($(ENDIAN),little)
> CFLAGS += -DWORDS_BIGENDIAN=0
> endif
> ifeq ($(ENDIAN),big)
> CFLAGS += -DWORDS_BIGENDIAN=1
> endif
>
> include ../../Makefile.multisrc
> #must be after all includes
> # temp files have random names, filter them
> DIFFPROG := $(PROGDIR)/DiffOutput.sh "./filterdiff.sh"
>
> <prepare.sh>Building ClamAV (www.clamav.net) for llvm's testsuite.
>
> To get sources from clamav's repository
> (...
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