From 5fa55781bd77f7a9fbdb3af8fa4e1b0cd0b1cf06 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Mon, 25 Jul 2016 13:32:59 -0700 Subject: test: Remove the execution-engine test We don't actually officially support this at all, and the execution engine support in LLVM we've had to gut as it's not compiling on MinGW, so just delete this test for now. --- src/test/run-make/execution-engine/Makefile | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 src/test/run-make/execution-engine/Makefile (limited to 'src/test/run-make/execution-engine/Makefile') diff --git a/src/test/run-make/execution-engine/Makefile b/src/test/run-make/execution-engine/Makefile deleted file mode 100644 index 4c818cd99e2..00000000000 --- a/src/test/run-make/execution-engine/Makefile +++ /dev/null @@ -1,21 +0,0 @@ --include ../tools.mk - -# FIXME: ignore freebsd -# This is a basic test of LLVM ExecutionEngine functionality using compiled -# Rust code built using the `rustc` crate. - -ifeq ($(filter executionengine,$(LLVM_COMPONENTS)),executionengine) - -ifneq ($(shell uname),FreeBSD) -all: - $(RUSTC) test.rs - $(call RUN,test $(RUSTC)) -else -all: - -endif - -else -all: - -endif -- cgit 1.4.1-3-g733a5