diff options
| author | Eric Christopher <echristo@apple.com> | 2012-03-23 05:50:46 +0000 |
|---|---|---|
| committer | Eric Christopher <echristo@apple.com> | 2012-03-23 05:50:46 +0000 |
| commit | 64a232343aa649fdacf78698da3e4d5737dee56a (patch) | |
| tree | 4b98ea2b8c4ebe10010679afcf00eb0b6e33fe80 /llvm/docs/GettingStarted.html | |
| parent | bdb64495c4e117cb807250a3eee282c125e88fe0 (diff) | |
| download | bcm5719-llvm-64a232343aa649fdacf78698da3e4d5737dee56a.tar.gz bcm5719-llvm-64a232343aa649fdacf78698da3e4d5737dee56a.zip | |
Remove the C backend.
llvm-svn: 153307
Diffstat (limited to 'llvm/docs/GettingStarted.html')
| -rw-r--r-- | llvm/docs/GettingStarted.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/GettingStarted.html b/llvm/docs/GettingStarted.html index 4d41208ea5a..575ec04a86f 100644 --- a/llvm/docs/GettingStarted.html +++ b/llvm/docs/GettingStarted.html @@ -1389,7 +1389,7 @@ different <a href="#tools">tools</a>.</p> <dd> This directory contains files that describe various target architectures 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> + <tt>llvm/lib/Target/ARM</tt> implements the ARM backend.</dd> <dt><tt><b>llvm/lib/CodeGen/</b></tt></dt> <dd> This directory contains the major parts of the code generator: Instruction |

