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
Add an optional patch to fix missing symbol link error
Similar in nature to rust-lang/rust#105967
I was getting the following at the final chrome link stage :-
ld.lld: error: version script assignment of 'global' to symbol \
'__libc_csu_fini' failed: symbol not defined
ld.lld: error: version script assignment of 'global' to symbol \
'__libc_csu_init' failed: symbol not defined
The explanation at https://reviews.llvm.org/D140591#4014995 seems to
point to my self-compiled llvm/clang perhaps lacking one or both of
libcxx and libcxxabi (-DLLVM_ENABLE_RUNTIMES="libcxx;libcxxabi"),
which may have avoided the issue.
Bundled clang users probably won't need to enable the patch.
0 commit comments