OSDN Git Service

Retry: "Emit CodeView type records for nested classes."
authorAdrian McCarthy <amccarth@google.com>
Wed, 6 Jul 2016 19:49:51 +0000 (19:49 +0000)
committerAdrian McCarthy <amccarth@google.com>
Wed, 6 Jul 2016 19:49:51 +0000 (19:49 +0000)
commit0b9a17ffed08f5cf94a79f0386f9f1d345335b3d
tree6808c73648b69b2ae15b01b6da03f5e5e539b654
parent9b917c506afeac9a08a2d634f04e5d5d6cb54926
Retry: "Emit CodeView type records for nested classes."

Now with a corrected test to account for a recently supported properties bit in the debug info of a struct.

Original review: http://reviews.llvm.org/D21939

This reverts commit 970c3fd497a28d25dd69526eb52594a696c37968.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@274661 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
lib/CodeGen/AsmPrinter/CodeViewDebug.h
test/DebugInfo/COFF/types-nested-class.ll [new file with mode: 0644]