From f0ffb777d93043805398aa2b423101a0c1a3410c 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! llvm-svn: 73456 --- llvm/docs/ProgrammersManual.html | 111 ++++++++++++++++++++++++++++++- 1 file changed, 109 insertions(+), 2 deletions(-) diff --git a/llvm/docs/ProgrammersManual.html b/llvm/docs/ProgrammersManual.html index b4aaafac508a..ee41f73036f2 100644 --- a/llvm/docs/ProgrammersManual.html +++ b/llvm/docs/ProgrammersManual.html @@ -129,6 +129,14 @@ with another Value +
  • Threads and LLVM + +
  • +
  • Advanced Topics