Files
clang-p2996/llvm/examples
Reid Spencer f85fabeb71 For PR616:
These patches make threading optional in LLVM. The configuration scripts are now
modified to accept a --disable-threads switch. If this is used, the Mutex class
will be implemented with all functions as no-op. Furthermore, linking against
libpthread will not be done. Finally, the ParallelJIT example needs libpthread
so its makefile was changed to always add -lpthread to the link line.

llvm-svn: 23003
2005-08-24 10:07:20 +00:00
..
2005-04-22 03:18:56 +00:00
2005-05-06 06:21:59 +00:00
2005-08-24 10:07:20 +00:00
2005-07-12 21:51:33 +00:00