We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
linking liblldMachO.a fails on a vanilla Linux build, with the following code:
/usr/bin/ld: /usr/lib/llvm-20/lib/liblldMachO.a(BPSectionOrderer.cpp.o): in function `lld::macho::runBalancedPartitioning(llvm::StringRef, bool, bool, bool, bool)': (.text._ZN3lld5macho23runBalancedPartitioningEN4llvm9StringRefEbbbb+0x2fc): undefined reference to `lld::BPSectionBase::reorderSectionsByBalancedPartitioning(llvm::StringRef, bool, bool, bool, bool, llvm::SmallVector<std::unique_ptr<lld::BPSectionBase, std::default_delete<lld::BPSectionBase> >, 6u>&)'
This first started happening around Dec 19 2024, so is related some change during that time.
The text was updated successfully, but these errors were encountered:
The missing function seems to be reorderSectionsByBalancedPartitioning
reorderSectionsByBalancedPartitioning
Sorry, something went wrong.
No branches or pull requests
linking liblldMachO.a fails on a vanilla Linux build, with the following code:
This first started happening around Dec 19 2024, so is related some change during that time.
The text was updated successfully, but these errors were encountered: