[all-commits] [llvm/llvm-project] 28be6f: [LLD] [MinGW] Implement the --lto-emit-asm and -pl...
Martin Storsjö via All-commits
all-commits at lists.llvm.org
Fri Feb 16 05:07:54 PST 2024
Branch: refs/heads/release/18.x
Home: https://github.com/llvm/llvm-project
Commit: 28be6f670fabe068e02d59670c26571efad1be4b
https://github.com/llvm/llvm-project/commit/28be6f670fabe068e02d59670c26571efad1be4b
Author: Martin Storsjö <martin at martin.st>
Date: 2024-02-16 (Fri, 16 Feb 2024)
Changed paths:
M lld/MinGW/Driver.cpp
M lld/MinGW/Options.td
M lld/test/MinGW/driver.test
Log Message:
-----------
[LLD] [MinGW] Implement the --lto-emit-asm and -plugin-opt=emit-llvm options (#81475)
These were implemented in the COFF linker in
3923e61b96cf90123762f0e0381504efaba2d77a and
d12b99a4313816cf99e97cb5f579e2d51ba72b0b.
This matches the corresponding options in the ELF linker.
(cherry picked from commit d033366bd2189e33343ca93d276b40341dc39770)
More information about the All-commits
mailing list