This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 9c4a6530ef9 [MachineOutliner] Add optimisation remarks for successful o [...] new f45e433f0bf [PM] Fix Typo new 790af1ab799 [codeview] Add support for inlinee lists
The 2 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: .../llvm/DebugInfo/CodeView/CodeViewSymbols.def | 5 +-- include/llvm/IR/PassManager.h | 2 +- lib/DebugInfo/CodeView/TypeIndexDiscovery.cpp | 1 + .../llvm-readobj/Inputs/codeview-inlinees.obj | Bin 0 -> 2793 bytes test/tools/llvm-readobj/codeview-inlinees.test | 38 +++++++++++++++++++++ .../DebugInfo/CodeView/TypeIndexDiscoveryTest.cpp | 7 +++- 6 files changed, 49 insertions(+), 4 deletions(-) create mode 100644 test/tools/llvm-readobj/Inputs/codeview-inlinees.obj create mode 100644 test/tools/llvm-readobj/codeview-inlinees.test