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
When building compiler-rt with LLVM_ENABLE_RUNTIMES under Linux the underlying build system assumes we are using the new runtime layout -- as a result, the Swift compiler is not able to find any of the builtins and sanitizer libraries it needs to work.
For now in #80174 I am reverting back to the old layout, but long term we want the Swift compiler to work with the new layout under Linux (and in general any configuration that builds LLVM with LLVM_ENABLE_PER_TARGET_RUNTIME_DIR)
Additional information
No response
The text was updated successfully, but these errors were encountered:
Description
When building compiler-rt with
LLVM_ENABLE_RUNTIMES
under Linux the underlying build system assumes we are using the new runtime layout -- as a result, the Swift compiler is not able to find any of the builtins and sanitizer libraries it needs to work.For now in #80174 I am reverting back to the old layout, but long term we want the Swift compiler to work with the new layout under Linux (and in general any configuration that builds LLVM with
LLVM_ENABLE_PER_TARGET_RUNTIME_DIR
)Additional information
No response
The text was updated successfully, but these errors were encountered: