This is an archive of the discontinued LLVM Phabricator instance.

Add strcmp function to libc.
AbandonedPublic

Authored by cgyurgyik on Jun 18 2020, 4:38 PM.

Details

Reviewers
None

Diff Detail

Event Timeline

cgyurgyik created this revision.Jun 18 2020, 4:38 PM
cgyurgyik removed a project: Restricted Project.Jun 18 2020, 4:39 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 18 2020, 4:39 PM
cgyurgyik abandoned this revision.Jun 18 2020, 4:41 PM

Are you using the arc tool to create these? I've always had trouble with it too. You can create a diff and upload that diff or copy and paste it in Phab, which I think is a lot easier and less error prone. git diff origin -U99999 > patch then you can upload patch from reviews.llvm.org. Hopefully thats helpful

Are you using the arc tool to create these? I've always had trouble with it too. You can create a diff and upload that diff or copy and paste it in Phab, which I think is a lot easier and less error prone. git diff origin -U99999 > patch then you can upload patch from reviews.llvm.org. Hopefully thats helpful

Thank you! Yes, as you can tell, I'm struggling a bit with arc. I will look into this approach; it sounds a lot better.