This is an archive of the discontinued LLVM Phabricator instance.

[gn build] Extract compiled_action.gni from tablegen.gni
ClosedPublic

Authored by thakis on Jun 3 2022, 7:05 AM.

Details

Summary

After years of tablegen being the only host binary we run as part
of the build, we're now in the process of growing at least two more:

Factor our the few lines we need for running a host binary as part of the
build.

No behavior change.

Diff Detail

Event Timeline

thakis created this revision.Jun 3 2022, 7:05 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 3 2022, 7:05 AM
thakis requested review of this revision.Jun 3 2022, 7:05 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 3 2022, 7:05 AM
thakis edited the summary of this revision. (Show Details)Jun 3 2022, 7:10 AM
hans accepted this revision.Jun 3 2022, 7:16 AM

lgtm

Factor our the few lines we need for running a host binary as part of the

Ultra nit: factor *out*

This revision is now accepted and ready to land.Jun 3 2022, 7:16 AM
thakis added a comment.Jun 3 2022, 7:22 AM

Done.

Thanks!

This revision was landed with ongoing or failed builds.Jun 3 2022, 7:22 AM
This revision was automatically updated to reflect the committed changes.