Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information