diff options
author | Chris Lattner <sabre@nondot.org> | 2006-04-20 17:42:23 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2006-04-20 17:42:23 +0000 |
commit | 2a60703cb7e568b18b798470263fc9131e06e4c5 (patch) | |
tree | 7df9e1d2332e625eed5a5084c2e859f74466383a /docs/GettingStarted.html | |
parent | 2706983c48d001b042896c4302c19a197b802fb6 (diff) |
Remove V9
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27886 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/GettingStarted.html')
-rw-r--r-- | docs/GettingStarted.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/GettingStarted.html b/docs/GettingStarted.html index 2687371efc..31d25894e7 100644 --- a/docs/GettingStarted.html +++ b/docs/GettingStarted.html @@ -1155,8 +1155,8 @@ different <a href="#tools">tools</a>.</p> <dt><tt><b>llvm/lib/Target/</b></tt></dt> <dd> This directory contains files that describe various target architectures - for code generation. For example, the <tt>llvm/lib/Target/SparcV9</tt> - directory holds the Sparc machine description while + for code generation. For example, the <tt>llvm/lib/Target/X86</tt> + directory holds the X86 machine description while <tt>llvm/lib/Target/CBackend</tt> implements the LLVM-to-C converter.</dd> <dt><tt><b>llvm/lib/CodeGen/</b></tt></dt> |