[all-commits] [llvm/llvm-project] 3923e6: [lld][COFF][LTO] Implement /lldemit:llvm option (#...
Matheus Izvekov via All-commits
all-commits at lists.llvm.org
Mon Oct 2 13:54:57 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3923e61b96cf90123762f0e0381504efaba2d77a
https://github.com/llvm/llvm-project/commit/3923e61b96cf90123762f0e0381504efaba2d77a
Author: Matheus Izvekov <mizvekov at gmail.com>
Date: 2023-10-02 (Mon, 02 Oct 2023)
Changed paths:
M lld/COFF/Config.h
M lld/COFF/Driver.cpp
M lld/COFF/LTO.cpp
M lld/COFF/Options.td
A lld/test/COFF/lto-emit-llvm.ll
Log Message:
-----------
[lld][COFF][LTO] Implement /lldemit:llvm option (#66964)
With this new option, bitcode will be emited instead of object code.
This is analogous to the `--plugin-opt=emit-llvm` option in the ELF
linker.
More information about the All-commits
mailing list