File tree Expand file tree Collapse file tree 2 files changed +0
-18
lines changed
utils/bazel/llvm-project-overlay/llvm Expand file tree Collapse file tree 2 files changed +0
-18
lines changed Original file line number Diff line number Diff line change @@ -228,7 +228,6 @@ cc_library(
228
228
"lib/Support/*.cpp" ,
229
229
"lib/Support/*.h" ,
230
230
"lib/Support/*.inc" ,
231
- "lib/Support/LSP/*.cpp" ,
232
231
# To avoid a dependency cycle.
233
232
"include/llvm/Option/*.h" ,
234
233
]) + select ({
Original file line number Diff line number Diff line change @@ -793,23 +793,6 @@ cc_test(
793
793
],
794
794
)
795
795
796
- cc_test (
797
- name = "SupportLSPTests" ,
798
- size = "small" ,
799
- srcs = glob (["Support/LSP/*.cpp" ]),
800
- copts = [
801
- "$(STACK_FRAME_UNLIMITED)" ,
802
- ],
803
- linkstatic = 1 ,
804
- deps = [
805
- "//llvm:Support" ,
806
- "//llvm:config" ,
807
- "//third-party/unittest:gmock" ,
808
- "//third-party/unittest:gtest" ,
809
- "//third-party/unittest:gtest_main" ,
810
- ],
811
- )
812
-
813
796
cc_test (
814
797
name = "tablegen_tests" ,
815
798
size = "small" ,
You can’t perform that action at this time.
0 commit comments