[llvm-commits] CVS: llvm/test/Regression/ExecutionEngine/parallel.ll

Reid Spencer reid at x10sys.com
Tue Jul 12 17:35:26 PDT 2005



Changes in directory llvm/test/Regression/ExecutionEngine:

parallel.ll added (r1.1)
---
Log message:

Add a test that runs the ParallelJIT example program to ensure that the
JIT can run against a multi-threaded program without getting its data
structures messed up. Also had to add the examples directory to the path
for the tests so that ParallelJIT can be found.


---
Diffs of the changes:  (+3 -0)

 parallel.ll |    3 +++
 1 files changed, 3 insertions(+)


Index: llvm/test/Regression/ExecutionEngine/parallel.ll
diff -c /dev/null llvm/test/Regression/ExecutionEngine/parallel.ll:1.1
*** /dev/null	Tue Jul 12 19:35:22 2005
--- llvm/test/Regression/ExecutionEngine/parallel.ll	Tue Jul 12 19:35:12 2005
***************
*** 0 ****
--- 1,3 ----
+ ; This isn't really an assembly file. This test runs the ParallelJIT example
+ ; program and ensures its output is sane.
+ ; RUN: ParallelJIT | grep -q "Fib2 returned 267914296"






More information about the llvm-commits mailing list