summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Hodge <tpg@ucc.asn.au>2019-08-11 12:50:52 +0800
committerJohn Hodge <tpg@ucc.asn.au>2019-08-11 12:50:52 +0800
commit7d1865d3545ca9f0d7b819cd1280f468aa6a302d (patch)
tree8a3313fd2dfb366d19cca6e4e6346a774484691f
parentbc5ec0e0e123d01c90cd248535698cd44454c25b (diff)
downloadmrust-7d1865d3545ca9f0d7b819cd1280f468aa6a302d.tar.gz
Makefile - Switch to new mangling rules
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e40216c5..445d337e 100644
--- a/Makefile
+++ b/Makefile
@@ -124,7 +124,7 @@ OBJ += mir/from_hir.o mir/from_hir_match.o mir/mir_builder.o
OBJ += mir/check.o mir/cleanup.o mir/optimise.o
OBJ += mir/check_full.o
OBJ += hir/serialise.o hir/deserialise.o hir/serialise_lowlevel.o
-OBJ += trans/trans_list.o trans/mangling.o
+OBJ += trans/trans_list.o trans/mangling_v2.o
OBJ += trans/enumerate.o trans/auto_impls.o trans/monomorphise.o trans/codegen.o
OBJ += trans/codegen_c.o trans/codegen_c_structured.o trans/codegen_mmir.o
OBJ += trans/target.o trans/allocator.o