This is an archive of the discontinued LLVM Phabricator instance.

[gn build] Add build file for clang/lib/Basic and dependencies
ClosedPublic

Authored by thakis on Dec 18 2018, 12:11 PM.

Details

Summary

Adds a build file for clang-tblgen and an action for running it, and uses that to process all the .td files in include/clang/Basic.

Also adds an action to write include/clang/Config/config.h and include/clang/Basic/Version.inc.

Diff Detail

Repository
rL LLVM

Event Timeline

thakis created this revision.Dec 18 2018, 12:11 PM
phosek accepted this revision.Dec 19 2018, 10:32 AM

LGTM

This revision is now accepted and ready to land.Dec 19 2018, 10:32 AM
This revision was automatically updated to reflect the committed changes.