comparison 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
comparison
equal deleted inserted replaced
133:9c48871eb816 134:570a4917413a
11 -llLLVMTransformUtils -llLLVMScalarOpts -llLLVMipa -llLLVMipo \ 11 -llLLVMTransformUtils -llLLVMScalarOpts -llLLVMipa -llLLVMipo \
12 -llLLVMInstrumentation -llllvm-c-ext -lldl 12 -llLLVMInstrumentation -llllvm-c-ext -lldl
13 13
14 [tests/run.d] 14 [tests/run.d]
15 Target = tests/run 15 Target = tests/run
16 buildflags = -llllvm-c-ext -llstdc++ \
17 -llLLVMCore -llLLVMBitWriter -llLLVMBitReader -llLLVMAnalysis -llLLVMTarget \
18 -llLLVMTransformUtils -llLLVMScalarOpts -llLLVMipa -llLLVMipo \
19 -llLLVMInstrumentation -llLLVMSystem -llLLVMSupport
20 16