Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [gn build] Add build file for clang/lib/Basic and dependencies, 2nd try | Nico Weber | 2018-12-19 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | 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. Differential Revision: https://reviews.llvm.org/D55847 (The previous commit of this contained unrelated changes, so I reverted the whole previous commit and I'm now landing only what I intended to land.) llvm-svn: 349679 | ||||
* | Revert 349677, it contained a whole bunch of stuff I did not mean to commit | Nico Weber | 2018-12-19 | 1 | -4/+0 |
| | | | | llvm-svn: 349678 | ||||
* | [gn build] Add build file for clang/lib/Basic and dependencies | Nico Weber | 2018-12-19 | 1 | -0/+4 |
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. Differential Revision: https://reviews.llvm.org/D55847 llvm-svn: 349677 |