Remove reference to deceased rustboot LLVM backend

This commit is contained in:
Brian Anderson 2011-02-24 01:02:23 -05:00
parent 64ab5eaaf0
commit 727970c230
1 changed files with 0 additions and 1 deletions

View File

@ -8,7 +8,6 @@ boot/fe - Front end (lexer, parser, AST)
boot/me - Middle end (resolve, check, layout, trans)
boot/be - Back end (IL, RA, insns, asm, objfiles)
boot/util - Ubiquitous helpers
boot/llvm - LLVM-based alternative back end
boot/driver - Compiler driver
comp/ The self-hosted compiler ("rustc": incomplete)