1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00

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 f60215b015
commit f8b26b773e
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 = [