From 8bc1b3b7e5b9314a7dce38b640f7fdc885d7e574 Mon Sep 17 00:00:00 2001 From: Owen Anderson Date: Tue, 16 Jun 2009 01:17:16 +0000 Subject: [PATCH] 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 --- docs/ProgrammersManual.html | 111 +++++++++++++++++++++++++++++++++++- 1 file changed, 109 insertions(+), 2 deletions(-) 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