aboutsummaryrefslogtreecommitdiff
path: root/test/ExecutionEngine/parallel.ll
AgeCommit message (Collapse)Author
2006-07-26Don't test an exampleChris Lattner
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29301 91177308-0d34-0410-b5e6-96231b3b80d8
2005-11-08Merged from RELEASE_16.John Criswell
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24243 91177308-0d34-0410-b5e6-96231b3b80d8
2005-07-13Add a test that runs the ParallelJIT example program to ensure that theReid Spencer
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