Skip to content

Commit 35d47fb

Browse files
authored
[bazel] Undo LSP changes after revert (#157691)
Reverted in 31bee34
1 parent 65f9c08 commit 35d47fb

File tree

2 files changed

+0
-18
lines changed

2 files changed

+0
-18
lines changed

utils/bazel/llvm-project-overlay/llvm/BUILD.bazel

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,6 @@ cc_library(
228228
"lib/Support/*.cpp",
229229
"lib/Support/*.h",
230230
"lib/Support/*.inc",
231-
"lib/Support/LSP/*.cpp",
232231
# To avoid a dependency cycle.
233232
"include/llvm/Option/*.h",
234233
]) + select({

utils/bazel/llvm-project-overlay/llvm/unittests/BUILD.bazel

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -793,23 +793,6 @@ cc_test(
793793
],
794794
)
795795

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-
813796
cc_test(
814797
name = "tablegen_tests",
815798
size = "small",

0 commit comments

Comments
 (0)