Skip to content

Commit 5294cf2

Browse files
committed
enable autodiff on windows
1 parent cc09e4a commit 5294cf2

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/ci/github-actions/jobs.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -715,6 +715,8 @@ auto:
715715
--enable-full-tools
716716
--enable-profiler
717717
--enable-llvm-link-shared
718+
--enable-llvm-enzyme
719+
--enable-llvm-link-shared
718720
DIST_REQUIRE_ALL_TOOLS: 1
719721
CODEGEN_BACKENDS: llvm,cranelift
720722
CC_i686_pc_windows_gnullvm: i686-w64-mingw32-clang
@@ -728,6 +730,8 @@ auto:
728730
--enable-full-tools
729731
--enable-profiler
730732
--enable-llvm-link-shared
733+
--enable-llvm-enzyme
734+
--enable-llvm-link-shared
731735
DIST_REQUIRE_ALL_TOOLS: 1
732736
CODEGEN_BACKENDS: llvm,cranelift
733737
<<: *job-windows

0 commit comments

Comments
 (0)