rustc: Include a representation of the type in question in the symbols generated for tydescs

This commit is contained in:
Patrick Walton 2011-05-06 10:21:33 -07:00
parent b4a0d891c0
commit 8e7aeed2d5

View File

@ -1731,7 +1731,7 @@ fn declare_tydesc(@local_ctxt cx, ty.t t) -> @tydesc_info {
auto glue_fn_ty = T_ptr(T_glue_fn(ccx.tn));
auto name = mangle_name_by_seq(ccx, cx.path, "tydesc");
auto name = mangle_name_by_type_only(ccx, t, "tydesc");
auto gvar = llvm.LLVMAddGlobal(ccx.llmod, T_tydesc(ccx.tn),
_str.buf(name));
auto tydesc = C_struct(vec(C_null(T_ptr(T_ptr(T_tydesc(ccx.tn)))),