diff options
| author | Nico Weber <nicolasweber@gmx.de> | 2018-12-19 20:21:49 +0000 |
|---|---|---|
| committer | Nico Weber <nicolasweber@gmx.de> | 2018-12-19 20:21:49 +0000 |
| commit | 610453e418cfdc9026b30f7b7f338fe3066afd3c (patch) | |
| tree | 8d0ff593fa14d2ab375ea736229916def8ed0796 /llvm/utils/gn/secondary/clang/lib/ARCMigrate/enable.gni | |
| parent | 93c5e2abb6e387569ee5e066a249d6da7a53cad2 (diff) | |
| download | bcm5719-llvm-610453e418cfdc9026b30f7b7f338fe3066afd3c.tar.gz bcm5719-llvm-610453e418cfdc9026b30f7b7f338fe3066afd3c.zip | |
[gn build] Add build file for clang/lib/Basic and dependencies, 2nd try
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
Diffstat (limited to 'llvm/utils/gn/secondary/clang/lib/ARCMigrate/enable.gni')
| -rw-r--r-- | llvm/utils/gn/secondary/clang/lib/ARCMigrate/enable.gni | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/llvm/utils/gn/secondary/clang/lib/ARCMigrate/enable.gni b/llvm/utils/gn/secondary/clang/lib/ARCMigrate/enable.gni new file mode 100644 index 00000000000..7a7a42edbfd --- /dev/null +++ b/llvm/utils/gn/secondary/clang/lib/ARCMigrate/enable.gni @@ -0,0 +1,4 @@ +declare_args() { + # Whether to include the arc migrate tool in the clang binary. + clang_enable_arcmt = true +} |

