summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Hodge <tpg@ucc.asn.au>2018-09-15 12:03:28 +0800
committerJohn Hodge <tpg@ucc.asn.au>2018-09-15 12:03:28 +0800
commit4a8198baca2cfcee17f83978ab71422a04d53b1a (patch)
tree4db5a9267996c48dce1a01b30380db479d465006
parentdd4e3c887fa2eef2db6fa2795d4283636a1cc26e (diff)
downloadmrust-4a8198baca2cfcee17f83978ab71422a04d53b1a.tar.gz
minicargo.mk - Random test target
-rw-r--r--minicargo.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/minicargo.mk b/minicargo.mk
index 6c9962a6..49d24ff3 100644
--- a/minicargo.mk
+++ b/minicargo.mk
@@ -114,6 +114,8 @@ $(RUSTCSRC)build/Makefile: $(RUSTCSRC)src/llvm/CMakeLists.txt
#
# Developement-only targets
#
+$(OUTDIR)rustc-build/librustc_trans.hir: $(MRUSTC) LIBS $(LLVM_CONFIG)
+ $(MINICARGO) $(RUSTCSRC)src/librustc_trans --vendor-dir $(RUSTCSRC)src/vendor --output-dir $(dir $@) -L $(OUTDIR) $(MINICARGO_FLAGS)
$(OUTDIR)rustc-build/librustdoc.hir: $(MRUSTC) LIBS
$(MINICARGO) $(RUSTCSRC)src/librustdoc --vendor-dir $(RUSTCSRC)src/vendor --output-dir $(dir $@) -L $(OUTDIR) $(MINICARGO_FLAGS)
#$(OUTDIR)cargo-build/libserde-1_0_6.hir: $(MRUSTC) LIBS