This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from df3e3050e [ELF] [HEXAGON] Add support for PLT_B22_PCREL and HEX_32_PCREL new 0aae449f9 [ELF] Read the call graph profile from object files.
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/Driver.cpp | 22 ++++++++++++ ELF/InputFiles.cpp | 5 +++ ELF/InputFiles.h | 4 +++ .../ELF/{cgprofile-warn.s => cgprofile-obj-warn.s} | 21 +++++------ test/ELF/cgprofile-obj.s | 41 ++++++++++++++++++++++ 5 files changed, 83 insertions(+), 10 deletions(-) copy test/ELF/{cgprofile-warn.s => cgprofile-obj-warn.s} (53%) create mode 100644 test/ELF/cgprofile-obj.s