[all-commits] [llvm/llvm-project] d03336: [LLD] [MinGW] Implement the --lto-emit-asm and -pl...
Martin Storsjö via All-commits
all-commits at lists.llvm.org
Mon Feb 12 23:32:51 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d033366bd2189e33343ca93d276b40341dc39770
https://github.com/llvm/llvm-project/commit/d033366bd2189e33343ca93d276b40341dc39770
Author: Martin Storsjö <martin at martin.st>
Date: 2024-02-13 (Tue, 13 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.
More information about the All-commits
mailing list