[llvm-bugs] [Bug 42671] New: Add support for response files in llvm-strip and llvm-objcopy
via llvm-bugs
llvm-bugs at lists.llvm.org
Thu Jul 18 08:58:20 PDT 2019
https://bugs.llvm.org/show_bug.cgi?id=42671
Bug ID: 42671
Summary: Add support for response files in llvm-strip and
llvm-objcopy
Product: tools
Version: trunk
Hardware: PC
OS: Windows NT
Status: NEW
Severity: enhancement
Priority: P
Component: llvm-objcopy/strip
Assignee: unassignedbugs at nondot.org
Reporter: jh7370.2008 at my.bristol.ac.uk
CC: alexander.v.shaposhnikov at gmail.com,
jake.h.ehrlich at gmail.com,
jh7370.2008 at my.bristol.ac.uk,
llvm-bugs at lists.llvm.org, rupprecht at google.com
Most LLVM tools support response files (i.e. something like llvm-readelf
@response.txt, where response.txt contains a list of inputs and options for the
tool). However, llvm-objcopy and llvm-strip do not. I think this is an artifact
of them using tablegen to build. I think it's relatively easy to fix - the cl
namespace provides ExpandResponseFiles, which is used e.g. by LLD to support
them.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20190718/9a31908f/attachment.html>
More information about the llvm-bugs
mailing list