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
If either clang or flang are built out-of-tree against an already compiled LLVM, they are unable to find compiler-rt when linking. This is due to the path to compiler-rt being hard-coded to the same install tree as the clang driver, meaning that if compiler-rt is installed elsewhere it doesn't get picked up.