This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from b9355abc1 [ELF] - Simplify test case. NFC. new bd2fe116d Added support for LTO options: sample_profile, new_pass_manag [...]
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: ELF/Config.h | 3 +++ ELF/Driver.cpp | 9 +++++++++ ELF/LTO.cpp | 5 +++++ ELF/Options.td | 6 ++++++ test/ELF/lto/new-pass-manager.ll | 14 ++++++++++++++ test/ELF/lto/sample-profile.ll | 25 +++++++++++++++++++++++++ 6 files changed, 62 insertions(+) create mode 100644 test/ELF/lto/new-pass-manager.ll create mode 100644 test/ELF/lto/sample-profile.ll