[all-commits] [llvm/llvm-project] ccec22: [lld][NFC] Silence -Wuninitialized GCC 11 warnings...

Jacek Caban via All-commits all-commits at lists.llvm.org
Tue Dec 12 05:45:55 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ccec22b675195bf45a5e34583a866ab881f94dde
      https://github.com/llvm/llvm-project/commit/ccec22b675195bf45a5e34583a866ab881f94dde
  Author: Jacek Caban <jacek at codeweavers.com>
  Date:   2023-12-12 (Tue, 12 Dec 2023)

  Changed paths:
    M lld/COFF/Writer.cpp

  Log Message:
  -----------
  [lld][NFC] Silence -Wuninitialized GCC 11 warnings. (#75183)

Use of those variables is guarded by lastType, so they are not actually used uninitialized.




More information about the All-commits mailing list