diff options
| author | Graydon Hoare <[email protected]> | 2010-11-26 17:47:27 -0800 |
|---|---|---|
| committer | Graydon Hoare <[email protected]> | 2010-11-26 17:47:27 -0800 |
| commit | 7be7c23b6b5ead25529814ccdbc0101d6b6d7683 (patch) | |
| tree | 2c9ebc1ddeea78f47ca398408ad2c57216f0aaad /src/Makefile | |
| parent | Load structural values through pointer before passing structs as args. (diff) | |
| download | rust-7be7c23b6b5ead25529814ccdbc0101d6b6d7683.tar.xz rust-7be7c23b6b5ead25529814ccdbc0101d6b6d7683.zip | |
Copy args to allocas, change llargs lookups to 'in mem'. Un-XFAIL tup.rs.
Diffstat (limited to 'src/Makefile')
| -rw-r--r-- | src/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile index 0a944ec3..c965f7b6 100644 --- a/src/Makefile +++ b/src/Makefile @@ -535,6 +535,7 @@ TEST_XFAILS_SELF := $(filter-out \ lazy-init.rs \ multiline-comment.rs \ return-nil.rs \ + tup.rs \ u32-decr.rs \ u8-incr.rs \ u8-incr-decr.rs \ |