[Lldb-commits] [lld] [lldb] [NFC] Address more bit-field storage sizes (PR #140493)

Sam Clegg via lldb-commits lldb-commits at lists.llvm.org
Mon May 19 08:36:42 PDT 2025


================
@@ -99,15 +99,15 @@ class InputChunk {
   // the beginning of the output section this chunk was assigned to.
   int32_t outSecOff = 0;
 
-  uint8_t sectionKind : 3;
+  uint32_t sectionKind : 3;
----------------
sbc100 wrote:

(Perhaps some background in the PR description would be useful).

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


More information about the lldb-commits mailing list