[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 27 17:51:26 PDT 2017
jakehehrlich updated this revision to Diff 108561.
jakehehrlich added a comment.
There was an issue on windows that caused a "permission denied" error. I *think* this is being caused by tool_output_file also opening a handle to the file and windows not allowing writing to such a file. I removed the tool_output_file code
Repository:
rL LLVM
https://reviews.llvm.org/D33964
Files:
test/tools/llvm-objcopy/basic-copy.test
test/tools/llvm-objcopy/empty-section.test
test/tools/llvm-objcopy/program-headers.test
tools/LLVMBuild.txt
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.108561.patch
Type: text/x-patch
Size: 28018 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170728/4b7ec378/attachment.bin>
More information about the llvm-commits
mailing list