[PATCH] D55847: [gn build] Add build file for clang/lib/Basic and dependencies

Nico Weber via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Dec 18 12:11:36 PST 2018


thakis created this revision.
Herald added subscribers: fedor.sergeev, aheejin, dschuff.

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.


https://reviews.llvm.org/D55847

Files:
  llvm/utils/gn/secondary/BUILD.gn
  llvm/utils/gn/secondary/clang/include/clang/Basic/BUILD.gn
  llvm/utils/gn/secondary/clang/include/clang/Config/BUILD.gn
  llvm/utils/gn/secondary/clang/lib/ARCMigrate/enable.gni
  llvm/utils/gn/secondary/clang/lib/Basic/BUILD.gn
  llvm/utils/gn/secondary/clang/lib/StaticAnalyzer/Frontend/enable.gni
  llvm/utils/gn/secondary/clang/utils/TableGen/BUILD.gn
  llvm/utils/gn/secondary/clang/utils/TableGen/clang_tablegen.gni
  llvm/utils/gn/secondary/lld/include/lld/Common/BUILD.gn
  llvm/utils/gn/secondary/llvm/utils/TableGen/tablegen.gni

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D55847.178753.patch
Type: text/x-patch
Size: 12226 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20181218/27d3d338/attachment.bin>


More information about the cfe-commits mailing list