[llvm] 1de1add - gn build: Merge 91dd67ef724
Nico Weber via llvm-commits
llvm-commits at lists.llvm.org
Sat Dec 14 06:44:56 PST 2019
Author: Nico Weber
Date: 2019-12-14T09:44:46-05:00
New Revision: 1de1add159122ae3db2ffe8eb0fa48c1f3396a10
URL: https://github.com/llvm/llvm-project/commit/1de1add159122ae3db2ffe8eb0fa48c1f3396a10
DIFF: https://github.com/llvm/llvm-project/commit/1de1add159122ae3db2ffe8eb0fa48c1f3396a10.diff
LOG: gn build: Merge 91dd67ef724
Added:
Modified:
llvm/utils/gn/secondary/clang/utils/TableGen/BUILD.gn
Removed:
################################################################################
diff --git a/llvm/utils/gn/secondary/clang/utils/TableGen/BUILD.gn b/llvm/utils/gn/secondary/clang/utils/TableGen/BUILD.gn
index 455867280542..c0772036abad 100644
--- a/llvm/utils/gn/secondary/clang/utils/TableGen/BUILD.gn
+++ b/llvm/utils/gn/secondary/clang/utils/TableGen/BUILD.gn
@@ -4,6 +4,7 @@ executable("clang-tblgen") {
"//llvm/lib/TableGen",
]
sources = [
+ "ASTTableGen.cpp",
"ClangASTNodesEmitter.cpp",
"ClangASTPropertiesEmitter.cpp",
"ClangAttrEmitter.cpp",
More information about the llvm-commits
mailing list