This is an archive of the discontinued LLVM Phabricator instance.

[BOLT] Add BOLT-NFC annotated builder
ClosedPublic

Authored by Amir on Oct 18 2022, 1:08 PM.

Details

Summary

An initial implementation of an NFC builder.
Doesn't run large-bolt tests yet.

Diff Detail

Event Timeline

Amir created this revision.Oct 18 2022, 1:08 PM
Herald added a project: Restricted Project. · View Herald Transcript
Herald added a subscriber: treapster. · View Herald Transcript
Amir requested review of this revision.Oct 18 2022, 1:08 PM
This revision is now accepted and ready to land.Oct 19 2022, 2:50 AM
Amir updated this revision to Diff 469023.Oct 19 2022, 1:17 PM

Bugfixes

Amir updated this revision to Diff 469024.Oct 19 2022, 1:20 PM

Remove unintended changes

Amir updated this revision to Diff 469030.Oct 19 2022, 1:34 PM

Enable ccache build

Amir updated this revision to Diff 469034.Oct 19 2022, 1:43 PM

Set extra CMake variables

Amir updated this revision to Diff 469042.Oct 19 2022, 2:06 PM

warn_on_fail

Amir updated this revision to Diff 469043.Oct 19 2022, 2:13 PM

Add bolt-info as XFAIL

Amir updated this revision to Diff 469058.Oct 19 2022, 2:58 PM

Move warn_on_fail

Amir updated this revision to Diff 469059.Oct 19 2022, 2:59 PM

Remove unneeded imports

This revision was automatically updated to reflect the committed changes.