Reapply usage of LLD shipped with Rust

This reverts commit f24ba8b799.
This commit is contained in:
Philipp Oppermann
2018-03-06 18:32:54 +01:00
parent 02941fe5d3
commit 844f0f0051
5 changed files with 4 additions and 47 deletions

View File

@@ -6,8 +6,7 @@
"target-pointer-width": "64",
"target-c-int-width": "32",
"os": "none",
"linker-flavor": "ld",
"linker": "ld.lld",
"linker-flavor": "ld.lld",
"executables": true,
"features": "-mmx,-sse,+soft-float",
"disable-redzone": true,