[llvm] Adding Matching and Inference Functionality to Propeller (PR #160706)
via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 10 20:07:29 PDT 2025
================
@@ -1526,6 +1526,12 @@ void ELFState<ELFT>::writeSectionContent(
}
SHeader.sh_size += CBA.writeULEB128(BBE.Size);
SHeader.sh_size += CBA.writeULEB128(BBE.Metadata);
+ if (FeatureOrErr->BBHash || BBE.Hash.has_value()) {
+ auto Hash = BBE.Hash.has_value() ?
----------------
wdx727 wrote:
Done.
https://github.com/llvm/llvm-project/pull/160706
More information about the llvm-commits
mailing list