Skip to content

Commit e7f6621

Browse files
Carl PetoCarl Peto
authored andcommitted
fixed after suggestion from Kuba
1 parent 9e9fa8d commit e7f6621

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/build_swift/build_swift/driver_arguments.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1355,7 +1355,7 @@ def create_argument_parser():
13551355
help='enable building llvm using modules')
13561356

13571357
option('--llvm-targets-to-build', store,
1358-
default='X86;ARM;AArch64;PowerPC;SystemZ;Mips;RISCV;WebAssembly',
1358+
default='X86;ARM;AArch64;PowerPC;SystemZ;Mips;RISCV;WebAssembly;AVR',
13591359
help='LLVM target generators to build')
13601360

13611361
option('--llvm-ninja-targets', append,

0 commit comments

Comments
 (0)