This is an archive of the discontinued LLVM Phabricator instance.

[BOLT] Fix cross-compilation build
ClosedPublic

Authored by rafauler on Aug 25 2023, 4:09 PM.

Details

Reviewers
Amir
maksfb
Group Reviewers
Restricted Project
Commits
rGb9deec1cd9ca: [BOLT] Fix cross-compilation build
Summary

Don't enable BOLT runtime when cross compiling as we don't
support this scenario yet.

Diff Detail

Event Timeline

rafauler created this revision.Aug 25 2023, 4:09 PM
Herald added a reviewer: maksfb. · View Herald Transcript
Herald added a project: Restricted Project. · View Herald Transcript
rafauler requested review of this revision.Aug 25 2023, 4:09 PM
Herald added a project: Restricted Project. · View Herald TranscriptAug 25 2023, 4:09 PM

I'll commit this fix since this seems low-risk enough to unblock buildbots crosscompiling. If it is not an adequate fix, feel free to revert it.

This revision was not accepted when it landed; it landed in state Needs Review.Aug 25 2023, 5:33 PM
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.