The bundled LLD linker was renamed to rust-lld (#457)

This commit is contained in:
Philipp Oppermann
2018-07-09 12:16:59 +02:00
committed by GitHub
parent b0d18c735b
commit 0b98799673
2 changed files with 4 additions and 1 deletions

View File

@@ -8,6 +8,7 @@
"os": "none",
"executables": true,
"linker-flavor": "ld.lld",
"linker": "rust-lld",
"panic-strategy": "abort",
"disable-redzone": true,
"features": "-mmx,-sse,+soft-float"