diff options
Diffstat (limited to '.circleci')
-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 |