From 94ec51315fbe2d9b4aed61f6ddd142df7ab63236 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 24 May 2004 04:43:49 +0000 Subject: [PATCH] Add a link to the GC doc git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13708 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/index.html b/docs/index.html index 2429b86a30a..26388bc6669 100644 --- a/docs/index.html +++ b/docs/index.html @@ -105,6 +105,7 @@ Instructions
  • LLVM Programmers Manual
  • Writing an LLVM Pass
  • Alias Analysis in LLVM
  • +
  • Accurate Garbage Collection with LLVM
  • Source Level Debugging with LLVM
  • TableGen Fundamentals