Skip to content

Commit 02c71c7

Browse files
authored
Merge pull request #37755 from jpsamaroo/jps/llvm-bpf
Enable BPF target in LLVM build
2 parents fd57021 + c176c8f commit 02c71c7

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
@@ -83,7 +83,7 @@ endif
8383
endif # LLVM_VER != svn
8484

8585
# Figure out which targets to build
86-
LLVM_TARGETS := host;NVPTX;AMDGPU;WebAssembly
86+
LLVM_TARGETS := host;NVPTX;AMDGPU;WebAssembly;BPF
8787

8888
LLVM_CFLAGS :=
8989
LLVM_CXXFLAGS :=

0 commit comments

Comments
 (0)