Details
Diff Detail
- Repository
- rL LLVM
Event Timeline
LGTM, with the suggested changes.
test/tools/llvm-objcopy/strip-unneeded.test | ||
---|---|---|
7 | Please put a new line in before this line. It'll help make the llvm-strip part clearer. | |
8–9 | You don't need to copy the input file here, since we don't use it again at this point. | |
tools/llvm-objcopy/llvm-objcopy.cpp | ||
586 | This comment looks a little out of place now with the changes you and @alexshap are making in this area. It probably needs updating or (re)moving. |
Added Jame's suggestions
tools/llvm-objcopy/llvm-objcopy.cpp | ||
---|---|---|
586 | I think you're right. Maybe we should strip it as it is not really useful ? What do you think @alexshap ? |
Hey I'm away but I got a bug report requesting -x as an alias in
llvm-strip. I haven't looked at the code for this patch so it might already
be solved here but I'd appreciate it being added. No worries either way.
I'll just add it when aight get back of it isn't there.
Best,
Jake
Hi Jake,
Are you talking about this revision : https://reviews.llvm.org/D47750 ?
@alexshap will land it soon I think. Btw @alexshap, I'll wait for you to land it before landing this one :)
Please put a new line in before this line. It'll help make the llvm-strip part clearer.