Revert "Move the glue asm code to a .o file. This reduces how much asm we print"
This reverts commit 55c80e763b.
This commit is contained in:
parent
55c80e763b
commit
27547c6514
4 changed files with 6 additions and 67 deletions
|
|
@ -5708,6 +5708,8 @@ fn trans_crate(session.session sess, @ast.crate crate, str output,
|
|||
let ValueRef crate_ptr =
|
||||
llvm.LLVMAddGlobal(llmod, T_crate(tn), _str.buf("rust_crate"));
|
||||
|
||||
llvm.LLVMSetModuleInlineAsm(llmod, _str.buf(x86.get_module_asm()));
|
||||
|
||||
auto intrinsics = declare_intrinsics(llmod);
|
||||
|
||||
auto glues = make_glues(llmod, tn);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue