aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBrian Anderson <[email protected]>2011-02-24 01:02:23 -0500
committerBrian Anderson <[email protected]>2011-03-01 23:11:52 -0500
commit727970c2309d6451f501f248f8100c72649ccece (patch)
treeaa0f3ad393f1b365b5fadbdc71b06248fac2a258 /src
parentParse (and ignore) dtors on objs. (diff)
downloadrust-727970c2309d6451f501f248f8100c72649ccece.tar.xz
rust-727970c2309d6451f501f248f8100c72649ccece.zip
Remove reference to deceased rustboot LLVM backend
Diffstat (limited to 'src')
-rw-r--r--src/README1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/README b/src/README
index 3618ee18..05d701bd 100644
--- a/src/README
+++ b/src/README
@@ -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)