We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c10a5ea commit 11cbbc9Copy full SHA for 11cbbc9
.github/workflows/enzyme-ci.yml
@@ -54,6 +54,7 @@ jobs:
54
cd build
55
rm -f config.toml
56
alias lld=lld-17
57
+ alias ld=lld-17
58
../configure --enable-llvm-link-shared --enable-llvm-enzyme --set=rust.use-lld=true --release-channel=nightly --enable-llvm-assertions --enable-option-checking --enable-ninja --disable-docs
59
../x.py build --stage 1 library/std library/proc_macro library/test tools/rustdoc
60
rustup toolchain link enzyme build/host/stage1
0 commit comments