[llvm] Adding Matching and Inference Functionality to Propeller (PR #160706)
Rahman Lavaee via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 1 14:24:42 PDT 2025
================
@@ -1526,6 +1526,9 @@ void ELFState<ELFT>::writeSectionContent(
}
SHeader.sh_size += CBA.writeULEB128(BBE.Size);
SHeader.sh_size += CBA.writeULEB128(BBE.Metadata);
+ if (FeatureOrErr->BBHash && BBE.Hash) {
----------------
rlavaee wrote:
This doesn't seem right.
We should write the hash if the feature is enabled.
https://github.com/llvm/llvm-project/pull/160706
More information about the llvm-commits
mailing list