User Details
- User Since
- Mar 30 2019, 8:08 PM (233 w, 5 d)
Apr 27 2020
Thank you for the fix, @alexshap!
Fixed by @alexshap in D78946.
Apr 25 2020
Apr 21 2020
LGTM once clang-format warnings are addressed and build bots are happy.
Apr 8 2020
Feb 20 2020
Sorry for being too late. I have no sufficient time to work on this until the end of this month.
Dec 20 2019
BTW, I noticed that we need a same fix for n_sect field in nlist (in a separate patch).
Dec 18 2019
Dec 17 2019
Update a comment in test. NFC.
Dec 15 2019
Dec 12 2019
Merged into D66283: I think it does not have to be a separate patch because using StringSaver simplified what I wanted to do in this patch.
- Merge D71331
- Use StringSaver as suggested in D71331#1780934
- Address review comments
Dec 11 2019
Added 32-bit object support.
Addressed review comments.
Added a newline at EOF.
Addressed review comments and isolate some changes into D71331.
Nov 24 2019
Addressed a comment.
Nov 22 2019
I'll commit this patch on next Monday.
Nov 21 2019
Rebased. NFCI.
LGTM too. Thanks for the fix!
Nov 15 2019
Nov 14 2019
Oct 30 2019
Oct 29 2019
Oct 28 2019
Oct 25 2019
LGTM too.
Updated a test.
Ping @alexshap (and also @jhenderson and @rupprecht would want to confirm before landing). After this patch got accepted, in order to merge it, I added wildcard support and a test in this diff.
Oct 17 2019
Before committing this patch, I noticed that we need to consider how llvm-objcopy should handle wildcards in Mach-O support.
Oct 16 2019
Thank you for your review!
@alexshap Could you review this patch? It's accepted but I'd like someone who's familiar with Mach-O to confirm (a ping in case you missed changes in this patch).
Oct 15 2019
Oct 9 2019
Oct 7 2019
Friendly ping: I'd like someone who is familiar with Mach-O to review this patch.
Rebased.
Rebased. No changes intended.
Oct 3 2019
- Added a comment.
Oct 1 2019
Addressed a review comment.
Sep 30 2019
clang-formatted
Addressed review comments.
Sep 29 2019
Addressed a review comment.
Add MachOConfig.cpp to isolate command-line validation logic from MachOObjCopy.cpp.
Sep 24 2019
Sep 20 2019
Commented regarding tests and nits. Could you update docs/CommandGuide/llvm-objcopy.rst as well?
Sep 19 2019
- Addressed a review comment.
Sep 18 2019
- Added a comment for parseELFConfig.
- Adopt @alexshap's idea (D67139#inline-607235).
Sep 17 2019
Thanks you for feedbacks. Putting it all together, the @alexshap's suggestion (D67139#inline-607235) looks desirable to me because:
Sep 15 2019
How about this design? I believe moving the CopyConfig is not a big cost.
Sep 13 2019
Pass only ELFCopyConfig instead of passing both CopyConfig and ELFCopyConfig.
Sep 12 2019
Adopt @jhenderson's idea D67139#1657802.
Sep 10 2019
- Removed an unrelated change from the diff.
Addressed review comments
Sep 9 2019
Addressed review comments.
- Abandon WithColorContext: save the previous color settings in WithColor instead.
- Update the description.
Sep 5 2019
LGTM. I'll implement the idea.
Sep 4 2019
Sep 3 2019
Moved NestableWithColor features into WithColor.
Sep 2 2019
Added reviewers who may be familiar with this part.
This patch does not include tests but it will be used in D65191.
Aug 27 2019
Aug 26 2019
Addressed a review comment.
Addressed review comments.