Skip to content

Commit b5c3c76

Browse files
authored
[5.8] LLVM product: amend installation path of compiler-rt libraries... (#63312)
...copied from the host toolchain Addresses #62626, rdar://104724130 (cherry picked from commit e1b4137)
1 parent 74ab40b commit b5c3c76

File tree

1 file changed

+1
-1
lines changed
  • utils/swift_build_support/swift_build_support/products

1 file changed

+1
-1
lines changed

utils/swift_build_support/swift_build_support/products/llvm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -459,6 +459,6 @@ def install(self, host_target):
459459

460460
if self.args.llvm_install_components and system() == 'Darwin':
461461
clang_dest_dir = '{}{}'.format(host_install_destdir,
462-
targets.install_prefix())
462+
self.args.install_prefix)
463463
self.copy_embedded_compiler_rt_builtins_from_darwin_host_toolchain(
464464
clang_dest_dir)

0 commit comments

Comments
 (0)