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

Rahman Lavaee via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 10 10:28:26 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() ?
----------------
rlavaee wrote:

Spell out the type explicitly here: uint64_t

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


More information about the llvm-commits mailing list