Skip to content

Commit fc5caab

Browse files
authored
Merge pull request #283 from nathanchance/enable-sparc-by-default
2 parents c6d4545 + 584fa20 commit fc5caab

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tc_build/llvm.py

+4-1
Original file line numberDiff line numberDiff line change
@@ -533,7 +533,10 @@ def default_projects(self):
533533

534534
def default_targets(self):
535535
all_targets = get_all_targets(self.repo)
536-
targets = ['AArch64', 'ARM', 'BPF', 'Hexagon', 'Mips', 'PowerPC', 'RISCV', 'SystemZ', 'X86']
536+
targets = [
537+
'AArch64', 'ARM', 'BPF', 'Hexagon', 'Mips', 'PowerPC', 'RISCV', 'Sparc', 'SystemZ',
538+
'X86'
539+
]
537540

538541
if 'LoongArch' in all_targets:
539542
targets.append('LoongArch')

0 commit comments

Comments
 (0)