Skip to content

Commit 4beea98

Browse files
authored
Enable the AVR backend of LLVM (#49006)
Co-authored-by: Sukera <Seelengrab@users.noreply.github.com>
1 parent 7ba7e32 commit 4beea98

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
@@ -64,7 +64,7 @@ endif
6464
LLVM_LIB_FILE := libLLVMCodeGen.a
6565

6666
# Figure out which targets to build
67-
LLVM_TARGETS := host;NVPTX;AMDGPU;WebAssembly;BPF
67+
LLVM_TARGETS := host;NVPTX;AMDGPU;WebAssembly;BPF;AVR
6868
LLVM_EXPERIMENTAL_TARGETS :=
6969

7070
LLVM_CFLAGS :=

0 commit comments

Comments
 (0)