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 b4a9252 commit c10a5eaCopy full SHA for c10a5ea
.github/workflows/enzyme-ci.yml
@@ -53,6 +53,7 @@ jobs:
53
mkdir -p build
54
cd build
55
rm -f config.toml
56
+ alias lld=lld-17
57
../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
58
../x.py build --stage 1 library/std library/proc_macro library/test tools/rustdoc
59
rustup toolchain link enzyme build/host/stage1
0 commit comments