From 09885b5b878730f266d3450b95d2f91b46183654 Mon Sep 17 00:00:00 2001 From: Jeffrey Yasskin Date: Thu, 22 Jul 2010 18:18:27 +0800 Subject: 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. --- src/Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'src/Makefile') 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 \ -- cgit v1.2.3