[llvm] b07cbcc - [gn build] Port 69e5abb57b7

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 4 14:22:24 PDT 2020


Author: LLVM GN Syncbot
Date: 2020-09-04T21:18:33Z
New Revision: b07cbccf286831f5d32dddfd4e1da36bf48cbe58

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

LOG: [gn build] Port 69e5abb57b7

Added: 
    

Modified: 
    llvm/utils/gn/secondary/clang/tools/libclang/BUILD.gn

Removed: 
    


################################################################################
diff  --git a/llvm/utils/gn/secondary/clang/tools/libclang/BUILD.gn b/llvm/utils/gn/secondary/clang/tools/libclang/BUILD.gn
index 5c97bebf137f..1078ec8f2f43 100644
--- a/llvm/utils/gn/secondary/clang/tools/libclang/BUILD.gn
+++ b/llvm/utils/gn/secondary/clang/tools/libclang/BUILD.gn
@@ -89,6 +89,7 @@ target(libclang_target_type, "libclang") {
     "FatalErrorHandler.cpp",
     "Index_Internal.h",
     "Indexing.cpp",
+    "Rewrite.cpp",
   ]
   if (host_os == "mac") {
     ldflags = [


        


More information about the llvm-commits mailing list