From 9d0d350d2cb62a0396c2d186fcfb936edfc150e8 Mon Sep 17 00:00:00 2001 From: Jeffrey Yasskin Date: Mon, 19 Jul 2010 13:59:57 +0800 Subject: Make the LLVM compiler crash when it hits a source construct it doesn't know what to do with, rather than silently omitting it from the output. --- src/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Makefile') diff --git a/src/Makefile b/src/Makefile index 316c2e82..f2edb62d 100644 --- a/src/Makefile +++ b/src/Makefile @@ -373,6 +373,7 @@ TEST_XFAILS_LLVM := $(addprefix test/run-pass/, \ acyclic-unwind.rs \ alt-pattern-simple.rs \ alt-tag.rs \ + argv.rs \ basic.rs \ bind-obj-ctor.rs \ bind-thunk.rs \ -- cgit v1.2.3