From: Owen Anderson Date: Tue, 16 Jun 2009 01:17:16 +0000 (+0000) Subject: Add initial stab at documenting the use of LLVM with threaded clients. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=8bc1b3b7e5b9314a7dce38b640f7fdc885d7e574;p=oota-llvm.git Add initial stab at documenting the use of LLVM with threaded clients. Comments welcome! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@73456 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/ProgrammersManual.html b/docs/ProgrammersManual.html index b4aaafac508..ee41f73036f 100644 --- a/docs/ProgrammersManual.html +++ b/docs/ProgrammersManual.html @@ -129,6 +129,14 @@ with another Value +
  • Threads and LLVM + +
  • +
  • Advanced Topics