OSDN Git Service

gn build: Re-run `git ls-files '*.gn' '*.gni' | xargs llvm/utils/gn/gn.py format`
authorNico Weber <nicolasweber@gmx.de>
Sun, 21 Apr 2019 20:14:21 +0000 (20:14 +0000)
committerNico Weber <nicolasweber@gmx.de>
Sun, 21 Apr 2019 20:14:21 +0000 (20:14 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@358862 91177308-0d34-0410-b5e6-96231b3b80d8

utils/gn/secondary/clang-tools-extra/clangd/tool/BUILD.gn
utils/gn/secondary/clang/tools/libclang/BUILD.gn

index 25b2563..02d12d4 100644 (file)
@@ -1,6 +1,5 @@
 import("//clang-tools-extra/clangd/xpc/enable.gni")
 
-
 executable("clangd") {
   configs += [ "//llvm/utils/gn/build:clang_code" ]
   deps = [
index 59420c8..5675884 100644 (file)
@@ -44,6 +44,7 @@ target(libclang_target_type, "libclang") {
   }
 
   sources = [
+    "../../include/clang-c/Index.h",
     "ARCMigrate.cpp",
     "BuildSystem.cpp",
     "CIndex.cpp",
@@ -73,7 +74,6 @@ target(libclang_target_type, "libclang") {
     "CXType.h",
     "Index_Internal.h",
     "Indexing.cpp",
-    "../../include/clang-c/Index.h",
   ]
   if (host_os == "mac") {
     ldflags = [