diff options
author | Ayke van Laethem <[email protected]> | 2024-01-06 13:35:51 +0100 |
---|---|---|
committer | Ron Evans <[email protected]> | 2024-01-20 10:50:42 +0100 |
commit | 6cdfc298cfdaa6c68b37882590ecc567e1ee7f7b (patch) | |
tree | 5b6abc79150e5ac835f0adde664a9e96938165f9 /.circleci/config.yml | |
parent | 9a4bfd0e96391d13f3c2efff231a598577473385 (diff) | |
download | tinygo-6cdfc298cfdaa6c68b37882590ecc567e1ee7f7b.tar.gz tinygo-6cdfc298cfdaa6c68b37882590ecc567e1ee7f7b.zip |
all: switch to LLVM 17 by default
Diffstat (limited to '.circleci/config.yml')
-rw-r--r-- | .circleci/config.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml index 5e8e6a031..ff6e2b2e6 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -128,5 +128,5 @@ workflows: - test-llvm15-go118 # This tests the upcoming Go 1.22 support. - test-llvm16-go122 - # This tests the upcoming LLVM 17 support. + # This tests LLVM 17 support when linking against system libraries. - test-llvm17-go121 |