diff options
author | LLVM GN Syncbot <llvmgnsyncbot@gmail.com> | 2020-01-19 14:54:02 +0000 |
---|---|---|
committer | Hans Wennborg <hans@chromium.org> | 2020-02-28 16:39:00 +0100 |
commit | cef9526ce77d671790d6c7c07cba2a48066de468 (patch) | |
tree | 6b164745e82a69f6b6d9c859427c600d17febdce /llvm/utils | |
parent | 73c53e612aa125a24eb2c75241b2ebbd560b85c7 (diff) | |
download | bcm5719-llvm-cef9526ce77d671790d6c7c07cba2a48066de468.tar.gz bcm5719-llvm-cef9526ce77d671790d6c7c07cba2a48066de468.zip |
[gn build] Port a0f50d73163
(cherry picked from commit 4612e48d2fd91d99b4ea7136017bd72ab2946430)
Diffstat (limited to 'llvm/utils')
-rw-r--r-- | llvm/utils/gn/secondary/clang/lib/AST/BUILD.gn | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/utils/gn/secondary/clang/lib/AST/BUILD.gn b/llvm/utils/gn/secondary/clang/lib/AST/BUILD.gn index c3669a6691b..9d44ae1aa88 100644 --- a/llvm/utils/gn/secondary/clang/lib/AST/BUILD.gn +++ b/llvm/utils/gn/secondary/clang/lib/AST/BUILD.gn @@ -74,6 +74,7 @@ static_library("AST") { "Expr.cpp", "ExprCXX.cpp", "ExprClassification.cpp", + "ExprConcepts.cpp", "ExprConstant.cpp", "ExprObjC.cpp", "ExternalASTMerger.cpp", |