This is an archive of the discontinued LLVM Phabricator instance.

[Release] Produce mlir tarball
ClosedPublic

Authored by nikic on Jan 17 2023, 4:04 AM.

Details

Summary

MLIR supports standalone builds, so I think it makes sense to also produce a release tarball for the MLIR subproject.

Diff Detail

Event Timeline

nikic created this revision.Jan 17 2023, 4:04 AM
Herald added a project: Restricted Project. · View Herald Transcript
nikic requested review of this revision.Jan 17 2023, 4:04 AM
thieta accepted this revision.Jan 17 2023, 4:17 AM
thieta added a subscriber: Amir.

Makes sense to me. We probably should add bolt in there as well since it's enabled by default now, cc @Amir

This revision is now accepted and ready to land.Jan 17 2023, 4:17 AM
Amir added a comment.Jan 17 2023, 11:30 AM

Makes sense to me. We probably should add bolt in there as well since it's enabled by default now, cc @Amir

I'm not sure if BOLT supports a standalone build mode (we didn't add one). But I guess it's fine to create tarball with BOLT sources.

This revision was landed with ongoing or failed builds.Jan 18 2023, 12:59 AM
This revision was automatically updated to reflect the committed changes.