This is an archive of the discontinued LLVM Phabricator instance.

[gn build] Add enough build files to be able to build llvm-tblgen.
ClosedPublic

Authored by thakis on Nov 26 2018, 10:40 PM.

Details

Summary

Adds build files for:

  • llvm/lib/DebugInfo/CodeView
  • llvm/lib/DebugInfo/MSF
  • llvm/lib/MC
  • llvm/lib/TableGen
  • llvm/utils/TableGen

All the build files just list sources and deps and are uninteresting.

Diff Detail

Repository
rL LLVM

Event Timeline

thakis created this revision.Nov 26 2018, 10:40 PM
phosek accepted this revision.Nov 27 2018, 10:33 AM

LGTM

This revision is now accepted and ready to land.Nov 27 2018, 10:33 AM
This revision was automatically updated to reflect the committed changes.