diff options
Diffstat (limited to 'debian/bin/rust-lld')
-rwxr-xr-x | debian/bin/rust-lld | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/bin/rust-lld b/debian/bin/rust-lld index 04aec84b4..285f1b0da 100755 --- a/debian/bin/rust-lld +++ b/debian/bin/rust-lld @@ -6,4 +6,4 @@ # However the tests fail for other reasons, namely we can't build rustdoc # (which runs the tests) in wasm32 yet. So this is just WIP at the moment, # it is not expect to work nor to be installed on user machines. -exec /usr/bin/lld-14 "${@/#-Wl,/}" +exec /usr/bin/lld-15 "${@/#-Wl,/}" |