This is an archive of the discontinued LLVM Phabricator instance.

[lit] Pass LLVM_PROFILE_FILE environment
ClosedPublic

Authored by thieta on Feb 8 2023, 12:23 AM.

Details

Summary

When building a PGO version of LLVM you might want to customize
the output profile file when building tests. For this to work
we need to pass LLVM_PROFILE_FILE enviroment.

Diff Detail

Event Timeline

thieta created this revision.Feb 8 2023, 12:23 AM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 8 2023, 12:23 AM
thieta requested review of this revision.Feb 8 2023, 12:23 AM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 8 2023, 12:23 AM
abrachet accepted this revision.Feb 8 2023, 1:13 AM
This revision is now accepted and ready to land.Feb 8 2023, 1:13 AM
This revision was automatically updated to reflect the committed changes.