Skip to content

Commit ddd3804

Browse files
authored
Merge pull request #290 from nathanchance/fix-distribution-runtimes
tc_build: llvm: Add 'runtimes' to distribution
2 parents fc802b0 + 4e5fa52 commit ddd3804

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tc_build/llvm.py

+1
Original file line numberDiff line numberDiff line change
@@ -434,6 +434,7 @@ def configure(self):
434434
if build_compiler_rt:
435435
distribution_components.append('llvm-profdata')
436436
if self.llvm_major_version >= 21:
437+
distribution_components.append('runtimes')
437438
runtime_distribution_components.append('profile')
438439
else:
439440
distribution_components.append('profile')

0 commit comments

Comments
 (0)