File tree Expand file tree Collapse file tree 4 files changed +3
-8
lines changed Expand file tree Collapse file tree 4 files changed +3
-8
lines changed Original file line number Diff line number Diff line change @@ -55,6 +55,7 @@ static_library("clangd") {
55
55
" //clang/lib/Tooling/Core" ,
56
56
" //clang/lib/Tooling/Inclusions" ,
57
57
" //clang/lib/Tooling/Refactoring" ,
58
+ " //clang/lib/Tooling/Syntax" ,
58
59
" //llvm/lib/Support" ,
59
60
" //llvm/utils/gn/build/libs/atomic" ,
60
61
" //llvm/utils/gn/build/libs/pthread" ,
Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ unittest("ClangdTests") {
18
18
" //clang/lib/Tooling" ,
19
19
" //clang/lib/Tooling/Core" ,
20
20
" //clang/lib/Tooling/Inclusions" ,
21
+ " //clang/lib/Tooling/Syntax" ,
21
22
" //llvm/lib/Support" ,
22
23
" //llvm/lib/Testing/Support" ,
23
24
]
Original file line number Diff line number Diff line change @@ -130,8 +130,6 @@ copy("include") {
130
130
" experimental/__config" ,
131
131
" experimental/__memory" ,
132
132
" experimental/algorithm" ,
133
- " experimental/any" ,
134
- " experimental/chrono" ,
135
133
" experimental/coroutine" ,
136
134
" experimental/deque" ,
137
135
" experimental/filesystem" ,
@@ -141,17 +139,11 @@ copy("include") {
141
139
" experimental/list" ,
142
140
" experimental/map" ,
143
141
" experimental/memory_resource" ,
144
- " experimental/numeric" ,
145
- " experimental/optional" ,
146
142
" experimental/propagate_const" ,
147
- " experimental/ratio" ,
148
143
" experimental/regex" ,
149
144
" experimental/set" ,
150
145
" experimental/simd" ,
151
146
" experimental/string" ,
152
- " experimental/string_view" ,
153
- " experimental/system_error" ,
154
- " experimental/tuple" ,
155
147
" experimental/type_traits" ,
156
148
" experimental/unordered_map" ,
157
149
" experimental/unordered_set" ,
Original file line number Diff line number Diff line change @@ -59,6 +59,7 @@ executable("llvm-objcopy") {
59
59
" MachO/MachOObjcopy.cpp" ,
60
60
" MachO/MachOReader.cpp" ,
61
61
" MachO/MachOWriter.cpp" ,
62
+ " MachO/Object.cpp" ,
62
63
" llvm-objcopy.cpp" ,
63
64
]
64
65
}
You can’t perform that action at this time.
0 commit comments