aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorGraydon Hoare <[email protected]>2010-10-14 12:41:48 -0700
committerGraydon Hoare <[email protected]>2010-10-14 12:41:48 -0700
commitf234750d802fde35f6607fd1599f805e490f3dd2 (patch)
tree8cc749712920857e9a348e72b8a7855085b893c6 /src/Makefile
parentMove the friendly-names table to semant, reuse it in the name mangler. (diff)
downloadrust-f234750d802fde35f6607fd1599f805e490f3dd2.tar.xz
rust-f234750d802fde35f6607fd1599f805e490f3dd2.zip
Fix crasher in rustc.
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile
index 12956baa..1b994940 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -465,6 +465,7 @@ TEST_XFAILS_LLVM := $(TASK_XFAILS) \
destructor-ordering.rs \
drop-bind-thunk-args.rs \
drop-on-empty-block-exit.rs \
+ drop-parametric-closure-with-bound-box.rs \
export-non-interference.rs \
exterior.rs \
fn-lval.rs \