[all-commits] [llvm/llvm-project] d12b99: [lld][COFF][LTO] Implement /lldemit:asm option (#6...

Matheus Izvekov via All-commits all-commits at lists.llvm.org
Tue Oct 3 16:25:07 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d12b99a4313816cf99e97cb5f579e2d51ba72b0b
      https://github.com/llvm/llvm-project/commit/d12b99a4313816cf99e97cb5f579e2d51ba72b0b
  Author: Matheus Izvekov <mizvekov at gmail.com>
  Date:   2023-10-04 (Wed, 04 Oct 2023)

  Changed paths:
    M lld/COFF/Config.h
    M lld/COFF/Driver.cpp
    M lld/COFF/LTO.cpp
    A lld/test/COFF/lto-emit-asm.ll
    M lld/test/COFF/pdb-thinlto.ll

  Log Message:
  -----------
  [lld][COFF][LTO] Implement /lldemit:asm option (#67079)

With this new option, assembly code will be emited instead of object
code.
This is analogous to the `--lto-emit-asm` option in the ELF linker.




More information about the All-commits mailing list