annotate dsss.conf @ 134:570a4917413a

Changed the test-program. Most important difference is that a single count is printed at the end now (easier to remember/compare). Also noticed that our tests give different results in debug and release mode, I will have to look into that.
author Anders Halager <halager@gmail.com>
date Wed, 09 Jul 2008 12:59:57 +0200
parents 192da4976daa
children 2be29b296081
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1
2168f4cb73f1 First push
johnsen@johnsen-desktop
parents:
diff changeset
1 [lexer]
2168f4cb73f1 First push
johnsen@johnsen-desktop
parents:
diff changeset
2 [parser]
2168f4cb73f1 First push
johnsen@johnsen-desktop
parents:
diff changeset
3 [ast]
23
dd18654b5131 Trying to use Tomas Lindquist Olsen's LLVM bindings instead of raw text-output
Anders Halager <halager@gmail.com>
parents: 3
diff changeset
4 [gen]
dd18654b5131 Trying to use Tomas Lindquist Olsen's LLVM bindings instead of raw text-output
Anders Halager <halager@gmail.com>
parents: 3
diff changeset
5
1
2168f4cb73f1 First push
johnsen@johnsen-desktop
parents:
diff changeset
6
2168f4cb73f1 First push
johnsen@johnsen-desktop
parents:
diff changeset
7 [dang/compiler.d]
2168f4cb73f1 First push
johnsen@johnsen-desktop
parents:
diff changeset
8 Target = Dang
74
192da4976daa Renamed Add, Sub, Mul, Div and Mod in lexer to what they are (Plus, Minus....)
johnsen@johnsen-laptop
parents: 53
diff changeset
9 buildflags = -llstdc++ \
192da4976daa Renamed Add, Sub, Mul, Div and Mod in lexer to what they are (Plus, Minus....)
johnsen@johnsen-laptop
parents: 53
diff changeset
10 -llLLVMSystem -llLLVMSupport -llLLVMCore -llLLVMBitWriter -llLLVMBitReader -llLLVMAnalysis -llLLVMTarget \
23
dd18654b5131 Trying to use Tomas Lindquist Olsen's LLVM bindings instead of raw text-output
Anders Halager <halager@gmail.com>
parents: 3
diff changeset
11 -llLLVMTransformUtils -llLLVMScalarOpts -llLLVMipa -llLLVMipo \
74
192da4976daa Renamed Add, Sub, Mul, Div and Mod in lexer to what they are (Plus, Minus....)
johnsen@johnsen-laptop
parents: 53
diff changeset
12 -llLLVMInstrumentation -llllvm-c-ext -lldl
3
c893a4f0954d dsss.conf updated to compile test file. Also updated LICENSE to BSD-License
johnsen@johnsen-desktop
parents: 2
diff changeset
13
c893a4f0954d dsss.conf updated to compile test file. Also updated LICENSE to BSD-License
johnsen@johnsen-desktop
parents: 2
diff changeset
14 [tests/run.d]
c893a4f0954d dsss.conf updated to compile test file. Also updated LICENSE to BSD-License
johnsen@johnsen-desktop
parents: 2
diff changeset
15 Target = tests/run
23
dd18654b5131 Trying to use Tomas Lindquist Olsen's LLVM bindings instead of raw text-output
Anders Halager <halager@gmail.com>
parents: 3
diff changeset
16