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

[gn build] Port f6b1323bc68

This commit is contained in:
LLVM GN Syncbot 2020-10-01 14:18:52 +00:00
parent a4a9ce83e5
commit fb69abb068

View File

@ -25,5 +25,8 @@ executable("clangd") {
}
include_dirs = [ ".." ]
sources = [ "ClangdMain.cpp" ]
sources = [
"Check.cpp",
"ClangdMain.cpp",
]
}