This is an archive of the discontinued LLVM Phabricator instance.

[BOLT] Use trunk llvm-tblgen in msvc builder
ClosedPublic

Authored by Amir on Jun 22 2022, 10:06 AM.

Details

Summary

Capitalize on https://reviews.llvm.org/D126313 to build native llvm-tblgen
during the cross-compilation using MSVC. This would prevent build breakages when
changes are made to TableGen - when host llvm-tblgen becomes out of sync with
the trunk version.

Diff Detail

Event Timeline

Amir created this revision.Jun 22 2022, 10:06 AM
Herald added a project: Restricted Project. · View Herald Transcript
Amir requested review of this revision.Jun 22 2022, 10:06 AM
This revision is now accepted and ready to land.Jun 23 2022, 1:56 PM
This revision was automatically updated to reflect the committed changes.