aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorJeffrey Yasskin <[email protected]>2010-07-22 18:18:27 +0800
committerGraydon Hoare <[email protected]>2010-07-23 00:42:51 +0800
commit09885b5b878730f266d3450b95d2f91b46183654 (patch)
tree638e5499fea580c264ea8c485e0a5824e5dade5b /src/Makefile
parentNothing change, to tickle tinderboxes. (diff)
downloadrust-09885b5b878730f266d3450b95d2f91b46183654.tar.xz
rust-09885b5b878730f266d3450b95d2f91b46183654.zip
Implement tuple access for LLVM.
This involved adding an Ast.ty return to trans_lval. I also included the code for record and box access, but their tests don't completely pass yet.
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index 115fdf45..5832a3f0 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -477,7 +477,6 @@ TEST_XFAILS_LLVM := $(addprefix test/run-pass/, \
task-comm-4.rs \
task-comm-5.rs \
threads.rs \
- tup.rs \
type-sizes.rs \
unit.rs \
use-import-export.rs \