1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 18:54:02 +01:00

[gn build] add dep needed after b56e5f8a10c1e

This commit is contained in:
Nico Weber 2021-06-30 12:58:59 -04:00
parent 4addd52a45
commit f604789ef5

View File

@ -16,6 +16,7 @@ static_library("transport") {
deps = [
":conversions",
"//clang-tools-extra/clangd",
"//clang-tools-extra/clangd:features",
"//clang-tools-extra/clangd/support",
"//llvm/lib/Support",
]