Add a test that runs the ParallelJIT example program to ensure that the
authorReid Spencer <rspencer@reidspencer.com>
Wed, 13 Jul 2005 00:35:12 +0000 (00:35 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Wed, 13 Jul 2005 00:35:12 +0000 (00:35 +0000)
commit87df3636e1a081abe888150959db269479c22ba1
tree0164e95d2afd9351fccbbc9c04d60804440ea59b
parent6a60d18018d4f3c7508b8a1f8d0bab4b5ecaefb3
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.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22415 91177308-0d34-0410-b5e6-96231b3b80d8
test/ExecutionEngine/parallel.ll [new file with mode: 0644]
test/Makefile