[all-commits] [llvm/llvm-project] 01cc38: [NFC][COFF] Use COFFSection.MCSection when writeSe...

HaohaiWen via All-commits all-commits at lists.llvm.org
Sun Jun 4 18:46:16 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 01cc38843d7629a50a8962573116766ad9f9eeaf
      https://github.com/llvm/llvm-project/commit/01cc38843d7629a50a8962573116766ad9f9eeaf
  Author: Haohai Wen <haohai.wen at intel.com>
  Date:   2023-06-05 (Mon, 05 Jun 2023)

  Changed paths:
    M llvm/lib/MC/WinCOFFObjectWriter.cpp

  Log Message:
  -----------
  [NFC][COFF] Use COFFSection.MCSection when writeSection

Each COFFSection bind MCSection when created. No need to iterate
throught MCAssembler when writeSection.

Reviewed By: skan

Differential Revision: https://reviews.llvm.org/D151793




More information about the All-commits mailing list