Skip to content

Commit c176c8f

Browse files
committed
Enable BPF target in LLVM build
1 parent a0a68a5 commit c176c8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps/llvm.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ endif
6868
endif # LLVM_VER != svn
6969

7070
# Figure out which targets to build
71-
LLVM_TARGETS := host;NVPTX;AMDGPU;WebAssembly
71+
LLVM_TARGETS := host;NVPTX;AMDGPU;WebAssembly;BPF
7272

7373
LLVM_CFLAGS :=
7474
LLVM_CXXFLAGS :=

0 commit comments

Comments
 (0)