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 c9b28e7 commit c00250eCopy full SHA for c00250e
.github/workflows/enzyme-ci.yml
@@ -74,7 +74,7 @@ jobs:
74
mkdir -p build
75
cd build
76
rm -f config.toml
77
- ../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
+ ../configure --enable-llvm-link-shared --enable-llvm-plugins --enable-llvm-enzyme --set=rust.use-lld=true --release-channel=nightly --enable-llvm-assertions --enable-option-checking --enable-ninja --disable-docs
78
../x.py build --stage 1 library/std library/proc_macro library/test tools/rustdoc
79
rustup toolchain link enzyme build/host/stage1
80
- name: checkout Enzyme/rustbook
0 commit comments