gn build: Re-run `git ls-files '*.gn' '*.gni' | xargs llvm/utils/gn/gn.py format`

llvm-svn: 358862
This commit is contained in:
Nico Weber 2019-04-21 20:14:21 +00:00
parent 01efcc61ea
commit 584e7486ab
2 changed files with 1 additions and 2 deletions

View File

@ -1,6 +1,5 @@
import("//clang-tools-extra/clangd/xpc/enable.gni")
executable("clangd") {
configs += [ "//llvm/utils/gn/build:clang_code" ]
deps = [

View 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 = [