[PATCH] D33964: [LLVM][llvm-objcopy] Added basic plumbing to get things started
Jake Ehrlich via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 20 19:59:45 PDT 2017
jakehehrlich updated this revision to Diff 107627.
jakehehrlich added a comment.
1. Fixed MSan issue. I was not initlizing all fields of StringNames and the parent segment was sometimes uninitialized. A method "makeSection" was added to handle creation of sections so that it is all done in one place rather than spread out.
2. Hopefully fixed a fatal warning on a mac build be removing a variable deceleration
Repository:
rL LLVM
https://reviews.llvm.org/D33964
Files:
test/tools/llvm-objcopy/basic-copy.test
test/tools/llvm-objcopy/empty-section.s
test/tools/llvm-objcopy/hello-world.s
tools/llvm-objcopy/CMakeLists.txt
tools/llvm-objcopy/LLVMBuild.txt
tools/llvm-objcopy/Object.cpp
tools/llvm-objcopy/Object.h
tools/llvm-objcopy/llvm-objcopy.cpp
tools/llvm-objcopy/llvm-objcopy.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D33964.107627.patch
Type: text/x-patch
Size: 27134 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170721/587911d7/attachment.bin>
More information about the llvm-commits
mailing list