[all-commits] [llvm/llvm-project] 9c8214: [LLD][COFF] Create COFFObjectFile instance when co...

Jacek Caban via All-commits all-commits at lists.llvm.org
Tue Dec 17 10:26:36 PST 2024


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

  Changed paths:
    M lld/COFF/Driver.cpp
    M lld/COFF/InputFiles.cpp
    M lld/COFF/InputFiles.h
    M lld/COFF/LTO.cpp

  Log Message:
  -----------
  [LLD][COFF] Create COFFObjectFile instance when constructing ObjFile (NFC) (#120144)

This change moves the creation of COFFObjectFile to the construction of
ObjFile, instead of delaying it until parsing.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list