This is an archive of the discontinued LLVM Phabricator instance.

[Clang][CMake] Set up distribution target for Clang-BOLT
ClosedPublic

Authored by Amir on Dec 22 2022, 10:29 AM.

Details

Summary

Provide a way to install usable BOLT-optimized Clang
(clang + resource headers) using
ninja clang-bolt install-distribution with BOLT.cmake cache file
or ninja stage2-clang-bolt stage2-install-distribution
with BOLT-PGO.cmake cache file.

Diff Detail

Event Timeline

Amir created this revision.Dec 22 2022, 10:29 AM
Herald added a project: Restricted Project. · View Herald TranscriptDec 22 2022, 10:29 AM
Herald added a subscriber: wenlei. · View Herald Transcript
Amir requested review of this revision.Dec 22 2022, 10:29 AM
Herald added a project: Restricted Project. · View Herald TranscriptDec 22 2022, 10:29 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript
Amir added a reviewer: beanz.Jan 24 2023, 1:38 PM
phosek accepted this revision.Jan 26 2023, 1:17 AM

LGTM

This revision is now accepted and ready to land.Jan 26 2023, 1:17 AM
This revision was landed with ongoing or failed builds.Feb 7 2023, 3:06 PM
This revision was automatically updated to reflect the committed changes.