Revert "LLD is now shipped with Rust!" (#397)

This commit is contained in:
Philipp Oppermann
2018-03-06 18:26:57 +01:00
committed by GitHub
parent c810448fc8
commit f24ba8b799
5 changed files with 47 additions and 4 deletions

View File

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