This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from cf3208c68b9 [llvm-mca] Remove unecessary forward decls. NFC. new ab0e7288a66 [CodeView] Emit function options for subprogram and member [...] new a1e00c37fc0 [CodeView] Only add the Scoped flag for an enum type when [...]
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: lib/CodeGen/AsmPrinter/CodeViewDebug.cpp | 66 +++- lib/CodeGen/AsmPrinter/CodeViewDebug.h | 8 +- test/DebugInfo/COFF/enum-co.ll | 179 +++++++++ test/DebugInfo/COFF/function-options.ll | 584 ++++++++++++++++++++++++++++++ test/DebugInfo/COFF/global-type-hashes.ll | 12 +- 5 files changed, 826 insertions(+), 23 deletions(-) create mode 100644 test/DebugInfo/COFF/enum-co.ll create mode 100644 test/DebugInfo/COFF/function-options.ll