This is an archive of the discontinued LLVM Phabricator instance.

NOT FOR REVIEW: proof-of-concept for building lib/linux/libclang_rt.profile-x86_64.a on a mac in the gn build
Needs ReviewPublic

Authored by thakis on Jun 17 2021, 8:00 AM.
This revision needs review, but there are no reviewers specified.

Details

Reviewers
None
Summary

Seems to work!

Hardcodes the path to the linux sysroot, so not landable as-is.

Diff Detail

Event Timeline

thakis requested review of this revision.Jun 17 2021, 8:00 AM
thakis created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptJun 17 2021, 8:00 AM

If you create a review using arc's --draft (I think that's the name/spelling) it'll avoid sending email to the *-dev list, so you can create it and share it around without adding more email to the busy *-dev lists until you're ready to send it for review, btw.

thakis added a comment.Jul 6 2021, 1:11 PM

If you create a review using arc's --draft (I think that's the name/spelling) it'll avoid sending email to the *-dev list, so you can create it and share it around without adding more email to the busy *-dev lists until you're ready to send it for review, btw.

I don't use arc. It has a bunch of dependencies that make it difficult to use on non-linux. (But if there's a way to create drafts in the web ui, lmk and I'll use that.)

If you create a review using arc's --draft (I think that's the name/spelling) it'll avoid sending email to the *-dev list, so you can create it and share it around without adding more email to the busy *-dev lists until you're ready to send it for review, btw.

I don't use arc. It has a bunch of dependencies that make it difficult to use on non-linux. (But if there's a way to create drafts in the web ui, lmk and I'll use that.)

Yeah, fair for sure - @MaskRay / @mehdi_amini - any ideas how to do this directly in the web UI, perhaps?

arc diff --draft 'HEAD^' triggers build bots but doesn't trigger llvm-commits subscription.

arc diff --draft 'HEAD^' triggers build bots but doesn't trigger llvm-commits subscription.

Is there a way to do it without arc, though? (where it might be difficult to get/use arc on some platforms, etc)