From 0bb083c5cdb98968f985676bead09fefe8b7f3f8 Mon Sep 17 00:00:00 2001 From: Manuel Drehwald Date: Tue, 23 Apr 2024 15:58:28 -0400 Subject: [PATCH] test this --- .github/workflows/enzyme-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/enzyme-ci.yml b/.github/workflows/enzyme-ci.yml index 19aa039478b39..2016b83462c2a 100644 --- a/.github/workflows/enzyme-ci.yml +++ b/.github/workflows/enzyme-ci.yml @@ -74,7 +74,7 @@ jobs: mkdir -p build cd build rm -f config.toml - ../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 ../x.py build --stage 1 library/std library/proc_macro library/test tools/rustdoc rustup toolchain link enzyme build/host/stage1 - name: checkout Enzyme/rustbook