summary refs log tree commit diff
path: root/src/tools/lld-wrapper/Cargo.toml
diff options
context:
space:
mode:
authorVadim Petrochenkov <vadim.petrochenkov@gmail.com>2022-05-24 23:29:15 +0300
committerVadim Petrochenkov <vadim.petrochenkov@gmail.com>2022-05-25 23:55:22 +0300
commit2984bf674f5f1839c19002f4fd032eacc98596c9 (patch)
tree4482219c0cc9ac5d8ab5c4704328c0a5019cbf2a /src/tools/lld-wrapper/Cargo.toml
parent1b5e1215efa47cf4d78a945c7be1c04cda4f57d4 (diff)
downloadrust-2984bf674f5f1839c19002f4fd032eacc98596c9.tar.gz
rust-2984bf674f5f1839c19002f4fd032eacc98596c9.zip
Simplify implementation of `-Z gcc-ld`
- The logic is now unified for all targets (wasm targets should also be supported now)
- Additional "symlink" files like `ld64` are eliminated
- lld-wrapper is used for propagating the correct lld flavor
- Cleanup "unwrap or exit" logic in lld-wrapper
Diffstat (limited to 'src/tools/lld-wrapper/Cargo.toml')
-rw-r--r--src/tools/lld-wrapper/Cargo.toml6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/tools/lld-wrapper/Cargo.toml b/src/tools/lld-wrapper/Cargo.toml
index 66a586fd6c3..bf5138b16d5 100644
--- a/src/tools/lld-wrapper/Cargo.toml
+++ b/src/tools/lld-wrapper/Cargo.toml
@@ -3,9 +3,3 @@ name = "lld-wrapper"
 version = "0.1.0"
 edition = "2021"
 license = "MIT OR Apache-2.0"
-
-[dependencies]
-
-[features]
-ld = []
-ld64 = []
\ No newline at end of file