mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 03:02:36 +01:00
Update GN files to build with r358103
llvm-svn: 358790
This commit is contained in:
parent
ffcbe1a0a8
commit
e7a16d2932
@ -19,6 +19,7 @@ static_library("clangd") {
|
|||||||
"//clang-tools-extra/clang-tidy/portability",
|
"//clang-tools-extra/clang-tidy/portability",
|
||||||
"//clang-tools-extra/clang-tidy/readability",
|
"//clang-tools-extra/clang-tidy/readability",
|
||||||
"//clang-tools-extra/clang-tidy/zircon",
|
"//clang-tools-extra/clang-tidy/zircon",
|
||||||
|
"//clang-tools-extra/clangd/tool:features",
|
||||||
"//clang/lib/AST",
|
"//clang/lib/AST",
|
||||||
"//clang/lib/ASTMatchers",
|
"//clang/lib/ASTMatchers",
|
||||||
"//clang/lib/Basic",
|
"//clang/lib/Basic",
|
||||||
@ -37,7 +38,12 @@ static_library("clangd") {
|
|||||||
"//llvm/utils/gn/build/libs/atomic",
|
"//llvm/utils/gn/build/libs/atomic",
|
||||||
"//llvm/utils/gn/build/libs/pthread",
|
"//llvm/utils/gn/build/libs/pthread",
|
||||||
]
|
]
|
||||||
include_dirs = [ "." ]
|
include_dirs = [
|
||||||
|
".",
|
||||||
|
|
||||||
|
# To pick up the generated inc files.
|
||||||
|
"$target_gen_dir/tool",
|
||||||
|
]
|
||||||
sources = [
|
sources = [
|
||||||
"AST.cpp",
|
"AST.cpp",
|
||||||
"Cancellation.cpp",
|
"Cancellation.cpp",
|
||||||
|
@ -13,6 +13,7 @@ write_cmake_config("features") {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
executable("clangd") {
|
executable("clangd") {
|
||||||
configs += [ "//llvm/utils/gn/build:clang_code" ]
|
configs += [ "//llvm/utils/gn/build:clang_code" ]
|
||||||
deps = [
|
deps = [
|
||||||
|
@ -20,7 +20,12 @@ unittest("ClangdTests") {
|
|||||||
"//llvm/lib/Support",
|
"//llvm/lib/Support",
|
||||||
"//llvm/lib/Testing/Support",
|
"//llvm/lib/Testing/Support",
|
||||||
]
|
]
|
||||||
include_dirs = [ "//clang-tools-extra/clangd" ]
|
include_dirs = [
|
||||||
|
"//clang-tools-extra/clangd",
|
||||||
|
|
||||||
|
# To pick up the generated inc files.
|
||||||
|
"$target_gen_dir/../../clangd/tool",
|
||||||
|
]
|
||||||
sources = [
|
sources = [
|
||||||
"Annotations.cpp",
|
"Annotations.cpp",
|
||||||
"BackgroundIndexTests.cpp",
|
"BackgroundIndexTests.cpp",
|
||||||
|
Loading…
Reference in New Issue
Block a user