[llvm] Adding Matching and Inference Functionality to Propeller (PR #160706)

via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 2 18:18:18 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) {
----------------
wdx727 wrote:

Get it. Done.

https://github.com/llvm/llvm-project/pull/160706


More information about the llvm-commits mailing list