summaryrefslogtreecommitdiffstats
path: root/llvm/utils/gn/secondary/clang/lib/Basic
Commit message (Collapse)AuthorAgeFilesLines
* [gn build] Port eca40066ebbLLVM GN Syncbot2019-12-231-1/+0
|
* [gn build] Port 7376d9eb389LLVM GN Syncbot2019-12-221-2/+6
|
* [gn build] fixup after c3d13d9c56Nico Weber2019-12-211-1/+1
|
* [gn build] fold Basic:version into BasicNico Weber2019-12-211-19/+5
| | | | | | | This now defines HAVE_VCS_VERSION_INC for all files in Basic, but now the BUILD.gn file has only a single "sources" field again, and the automerger requires that. Having the automerger work for clang/lib/Basic is a very nice to have, and the downside seems tiny.
* gn build: set HAVE_VCS_VERSION_INC while building Version.cppNico Weber2019-11-231-6/+34
| | | | | | | | | | And belatedly merge r353268 / r353269. test/Driver/wasm-toolchain-lto.c currently requires getLLVMRevision() to return something non-empty to pass. That's hopefully temporary, but making Version.cpp work is probalby a good idea regardless. (Note its contents will by default usually be out-of-date, because llvm_allow_tardy_revision defaults to false.)
* gn build: (manually) merge 08074cc9Nico Weber2019-10-251-0/+1
|
* gn build: (manually) merge r369940Nico Weber2019-08-261-0/+1
| | | | llvm-svn: 369948
* gn build: run "gn format"Nico Weber2019-08-051-1/+1
| | | | llvm-svn: 367890
* gn build: Merge r367864Nico Weber2019-08-051-0/+1
| | | | llvm-svn: 367868
* gn build: Merge r355777Nico Weber2019-03-111-1/+0
| | | | llvm-svn: 355857
* [Nios2] Remove Nios2 backendCraig Topper2019-01-151-1/+0
| | | | | | | | As mentioned here http://lists.llvm.org/pipermail/llvm-dev/2019-January/129121.html This backend is incomplete and has not been maintained in several months. Differential Revision: https://reviews.llvm.org/D56691 llvm-svn: 351231
* [gn build] Add build file for clang/lib/Basic and dependencies, 2nd tryNico Weber2018-12-191-0/+82
| | | | | | | | | | | | | | | 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 commitNico Weber2018-12-191-82/+0
| | | | llvm-svn: 349678
* [gn build] Add build file for clang/lib/Basic and dependenciesNico Weber2018-12-191-0/+82
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
OpenPOWER on IntegriCloud