[PATCH] D21444: [codeview] Add DIFlags for pointer to member representations
Reid Kleckner via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 16 12:37:10 PDT 2016
rnk created this revision.
rnk added reviewers: majnemer, aprantl, dblaikie.
rnk added a subscriber: llvm-commits.
This seems like the least intrusive way to pass this information
through.
Fixes PR28151
http://reviews.llvm.org/D21444
Files:
include/llvm/IR/DIBuilder.h
include/llvm/IR/DebugInfoFlags.def
include/llvm/IR/DebugInfoMetadata.h
lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
lib/DebugInfo/CodeView/TypeDumper.cpp
lib/IR/DIBuilder.cpp
lib/IR/DebugInfoMetadata.cpp
test/DebugInfo/COFF/types-basic.ll
test/DebugInfo/COFF/types-ptr-to-member.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D21444.61010.patch
Type: text/x-patch
Size: 18883 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160616/dbbfb226/attachment.bin>
More information about the llvm-commits
mailing list