[llvm] 36b887e - [gn build] Port 3f8b100e94b

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 24 13:05:24 PST 2020


Author: LLVM GN Syncbot
Date: 2020-01-24T21:02:26Z
New Revision: 36b887ed15a2d42e34abd9dec96c06779517284c

URL: https://github.com/llvm/llvm-project/commit/36b887ed15a2d42e34abd9dec96c06779517284c
DIFF: https://github.com/llvm/llvm-project/commit/36b887ed15a2d42e34abd9dec96c06779517284c.diff

LOG: [gn build] Port 3f8b100e94b

Added: 
    

Modified: 
    llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/tool/BUILD.gn

Removed: 
    


################################################################################
diff  --git a/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/tool/BUILD.gn b/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/tool/BUILD.gn
index 25e84336a943..bfe696cad463 100644
--- a/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/tool/BUILD.gn
+++ b/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/tool/BUILD.gn
@@ -16,5 +16,6 @@ executable("clang-tidy") {
   sources = [
     # Make `gn format` not collapse this, for sync_source_lists_from_cmake.py.
     "ClangTidyMain.cpp",
+    "ClangTidyToolMain.cpp",
   ]
 }


        


More information about the llvm-commits mailing list