Skip to content

Commit

Permalink
llvm: Upgrade to LLVM 18.1.8
Browse files Browse the repository at this point in the history
Signed-off-by: Maxim Mikityanskiy <[email protected]>
  • Loading branch information
gentoo-root committed Oct 28, 2024
1 parent 8229a80 commit 0f32f8c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion images/llvm/checkout-llvm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ set -o errexit
set -o pipefail
set -o nounset

rev="llvmorg-17.0.6"
rev="llvmorg-18.1.8"

git config --global user.email "[email protected]"
git config --global user.name "Cilium Maintainers"
Expand Down
4 changes: 2 additions & 2 deletions images/llvm/test/spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ commandTests:
args: ["--version"]
expectedOutput:
- 'LLVM\ \(http://llvm\.org/\):'
- 'LLVM\ version\ 17\.0\.6'
- 'LLVM\ version\ 18\.1\.8'
- 'Optimized\ build\.'
- 'Registered\ Targets:'
- '(bpf|bpfeb|bpfel)[\ ]+-\ BPF\ \((host|big|little)\ endian\)'
Expand All @@ -24,7 +24,7 @@ commandTests:
command: "clang"
args: ["--version"]
expectedOutput:
- 'clang\ version\ 17\.0\.6\ \(https://github.com/llvm/llvm-project.git\ .*\)'
- 'clang\ version\ 18\.1\.8\ \(https://github.com/llvm/llvm-project.git\ .*\)'
- 'InstalledDir:\ /usr/local/bin'

- name: "clang can compile a simple BPF program"
Expand Down

0 comments on commit 0f32f8c

Please sign in to comment.