[all-commits] [llvm/llvm-project] b79e99: [lld][COFF] Add command line options for LTO with ...
rojamd via All-commits
all-commits at lists.llvm.org
Thu Nov 5 11:45:41 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: b79e990f4019c297cbfb62a03b9629d56a37086c
https://github.com/llvm/llvm-project/commit/b79e990f4019c297cbfb62a03b9629d56a37086c
Author: rojamd <rojamd at users.noreply.github.com>
Date: 2020-11-05 (Thu, 05 Nov 2020)
Changed paths:
M lld/COFF/Config.h
M lld/COFF/Driver.cpp
M lld/COFF/LTO.cpp
A lld/test/COFF/lto-new-pass-manager.ll
Log Message:
-----------
[lld][COFF] Add command line options for LTO with new pass manager
This is more or less a port of rL329598 (D45275) to the COFF linker.
Since there were already LTO-related settings under -opt:, I added
them there instead of new flags.
Differential Revision: https://reviews.llvm.org/D90624
More information about the All-commits
mailing list