You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 28, 2020. It is now read-only.
[TSan] Ensure libc++ can be linked when built with TSan
Required change to make "Swift CI preset for LLVM libdispatch tests" [1]
work.
This goes the opposite direction of [2], ensuring that the link step
succeeds for the prodcued dynamic library (*.so). In the future versions
of compiler-rt this will not be necessary since we will create a static
archive instead.
[1] swiftlang/swift#24330
[2] https://reviews.llvm.org/D58013
0 commit comments