This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 7f44c36d072 [Inliner] Add another way to compute full inline cost. new a768fcb2648 Revert "Determine up front which projects are enabled." new 2029d1efeb0 Mark static member functions as static in CodeViewDebug
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: CMakeLists.txt | 19 ------ cmake/modules/AddLLVM.cmake | 35 +---------- lib/CodeGen/AsmPrinter/CodeViewDebug.cpp | 22 ++++--- lib/CodeGen/AsmPrinter/CodeViewDebug.h | 3 +- test/DebugInfo/COFF/static-methods.ll | 103 +++++++++++++++++++++++++++++++ 5 files changed, 119 insertions(+), 63 deletions(-) create mode 100644 test/DebugInfo/COFF/static-methods.ll