This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 76fe1ec3106 [lit] Reverse path list when updating environment vars. new f5c82586b2b [ThinLTO] Fix dead stripping analysis for SamplePGO new 3028b9dc74c Reland "[llvm-objcopy] Add support for .dynamic, .dynsym, a [...] new 337397dfc2a [docs] Make a note of LLVM_BUILD_INSTRUMENTED_COVERAGE new 580fbe1a5e2 [cmake] Unmark LLVM_BUILD_INSTRUMENTED_COVERAGE as experimental new a08053624bb [cmake] Add an option to build llvm with IR PGO
The 5 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: CMakeLists.txt | 8 +- cmake/modules/HandleLLVMOptions.cmake | 28 ++++-- docs/CMake.rst | 5 + lib/Transforms/IPO/FunctionImport.cpp | 6 +- ..._samplepgo_icp.ll => thinlto_samplepgo_icp3.ll} | 8 +- ..._samplepgo_icp.ll => thinlto_samplepgo_icp3.ll} | 13 +-- test/tools/llvm-objcopy/dynamic.test | 27 +++++ test/tools/llvm-objcopy/dynstr.test | 32 ++++++ test/tools/llvm-objcopy/dynsym.test | 64 ++++++++++++ tools/llvm-objcopy/Object.cpp | 111 +++++++++++++++------ tools/llvm-objcopy/Object.h | 34 +++++++ 11 files changed, 283 insertions(+), 53 deletions(-) copy test/Transforms/PGOProfile/Inputs/{thinlto_samplepgo_icp.ll => thinlto_sample [...] copy test/Transforms/PGOProfile/{thinlto_samplepgo_icp.ll => thinlto_samplepgo_icp [...] create mode 100644 test/tools/llvm-objcopy/dynamic.test create mode 100644 test/tools/llvm-objcopy/dynstr.test create mode 100644 test/tools/llvm-objcopy/dynsym.test