[PATCH] D14961: LLVM CodeView library
Dave Bartolomeo via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 14 17:17:38 PST 2015
DaveBartolomeo updated this revision to Diff 42805.
DaveBartolomeo added a comment.
I've moved the CodeView library under DebugInfo, and updated makefiles, #includes, and include guards to reflect the new location.
I've fixed the TypeRecordBuilder class to be host-endianness-agnostic by using endian::Writer<endianness::little>.
I've added standard LLVM header comments to all .h and .cpp files.
http://reviews.llvm.org/D14961
Files:
include/llvm/DebugInfo/CodeView/CodeView.h
include/llvm/DebugInfo/CodeView/CodeViewOStream.h
include/llvm/DebugInfo/CodeView/FieldListRecordBuilder.h
include/llvm/DebugInfo/CodeView/FunctionId.h
include/llvm/DebugInfo/CodeView/Line.h
include/llvm/DebugInfo/CodeView/ListRecordBuilder.h
include/llvm/DebugInfo/CodeView/MemoryTypeTableBuilder.h
include/llvm/DebugInfo/CodeView/MethodListRecordBuilder.h
include/llvm/DebugInfo/CodeView/TypeIndex.h
include/llvm/DebugInfo/CodeView/TypeRecord.h
include/llvm/DebugInfo/CodeView/TypeRecordBuilder.h
include/llvm/DebugInfo/CodeView/TypeSymbolEmitter.h
include/llvm/DebugInfo/CodeView/TypeTableBuilder.h
lib/DebugInfo/CMakeLists.txt
lib/DebugInfo/CodeView/CMakeLists.txt
lib/DebugInfo/CodeView/CodeViewOStream.cpp
lib/DebugInfo/CodeView/FieldListRecordBuilder.cpp
lib/DebugInfo/CodeView/FunctionId.cpp
lib/DebugInfo/CodeView/LLVMBuild.txt
lib/DebugInfo/CodeView/Line.cpp
lib/DebugInfo/CodeView/ListRecordBuilder.cpp
lib/DebugInfo/CodeView/MemoryTypeTableBuilder.cpp
lib/DebugInfo/CodeView/MethodListRecordBuilder.cpp
lib/DebugInfo/CodeView/TypeIndex.cpp
lib/DebugInfo/CodeView/TypeRecordBuilder.cpp
lib/DebugInfo/CodeView/TypeTableBuilder.cpp
lib/DebugInfo/LLVMBuild.txt
lib/DebugInfo/Makefile
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D14961.42805.patch
Type: text/x-patch
Size: 76909 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151215/bdcd9f3b/attachment.bin>
More information about the llvm-commits
mailing list