Skip to content

Commit

Permalink
Re-add specific LLVM versions to makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
umanwizard committed Nov 4, 2024
1 parent 45f0bc6 commit d1cfbd5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions support/ebpf/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
SHELL ?= bash
BPF_CLANG ?= clang
BPF_LINK ?= llvm-link
LLC ?= llc
BPF_CLANG ?= clang-16
BPF_LINK ?= llvm-link-16
LLC ?= llc-16

DEBUG_FLAGS = -DOPTI_DEBUG -g

Expand Down

0 comments on commit d1cfbd5

Please sign in to comment.