Details
Details
- Reviewers
rengolin
Diff Detail
Diff Detail
Event Timeline
test/Preprocessor/arm-target-features.c | ||
---|---|---|
349 | The check-prefix here is misleading. Please change it. |
Comment Actions
Hi Sam,
The patch looks good, thanks!
A few comments on the process:
- When you send an update, send the whole patch again, not just the new diff. Either squash or diff master, doesn't matter. If you don't have commit access, people will have to download the patch from this page to commit, and they'll need the whole change set.
- When you commit, don't commit the requested changes in separate. If the patch makes sense as one commit, it'll still need to be one commit after all code review changes. So, a git rebase squash will be necessary to bring the number of patches down to the original list before git svn dcommit.
- When you send a patch to review on Phab, please use "git show -U999", so that the patch is uploaded with context. I wish Phab was smart enough to know where the patch is being applied to and checkout the context from git/SVN, but apparently, it isn't. You can help by showing the context via -U option.
If you don't have commit rights, please upload the full patch to this review again, so I can commit it all at once.
cheers,
--renato
Comment Actions
Hi Renato,
Thanks for the tips, one patch makes much more sense. I'm currently in the process of obtaining commit access and this patch depends on http://reviews.llvm.org/D18239.
Thanks again,
sam
Comment Actions
Right, if you could update both reviews with the full patch, I could commit them for you, for now.
The check-prefix here is misleading. Please change it.