Skip to content

Commit

Permalink
fix clang 19
Browse files Browse the repository at this point in the history
  • Loading branch information
tgymnich committed Nov 7, 2024
1 parent 7eb8dc6 commit 39b321e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builder/build-enzyme.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

# Compilers are located under /opt/compiler-explorer/
declare -a compilers=("clang-15.0.0" "clang-16.0.0" "clang-17.0.1" "clang-18.1.0" "clang-19-1-0" "clang-assertions-trunk")
declare -a compilers=("clang-15.0.0" "clang-16.0.0" "clang-17.0.1" "clang-18.1.0" "clang-19.1.0" "clang-assertions-trunk")
declare -a branches=("main")

# Utility to insert or update key value pairs in .properties files.
Expand Down

0 comments on commit 39b321e

Please sign in to comment.