Skip to content

Commit 339d49c

Browse files
committed
Amend path to compiler-rt sources
1 parent 0537d20 commit 339d49c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

utils/swift_build_support/swift_build_support/products/tsan_libdispatch.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,9 @@ def should_build(self, host_target):
4848

4949
def build(self, host_target):
5050
"""Build TSan runtime (compiler-rt)."""
51-
rt_source_dir = join_path(self.source_dir, os.pardir, 'compiler-rt')
51+
rt_source_dir = join_path(
52+
self.source_dir, os.pardir,
53+
'llvm-project', 'compiler-rt')
5254
toolchain_path = join_path(self.args.install_destdir, 'usr')
5355
clang = join_path(toolchain_path, 'bin', 'clang')
5456
clangxx = join_path(toolchain_path, 'bin', 'clang++')

0 commit comments

Comments
 (0)