We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fc802b0 + 4e5fa52 commit ddd3804Copy full SHA for ddd3804
tc_build/llvm.py
@@ -434,6 +434,7 @@ def configure(self):
434
if build_compiler_rt:
435
distribution_components.append('llvm-profdata')
436
if self.llvm_major_version >= 21:
437
+ distribution_components.append('runtimes')
438
runtime_distribution_components.append('profile')
439
else:
440
distribution_components.append('profile')
0 commit comments