Skip to content

Commit 22a3f7b

Browse files
[bazel] Fix after #181026 (#181260)
1 parent ef85b0c commit 22a3f7b

File tree

1 file changed

+3
-3
lines changed
  • utils/bazel/llvm-project-overlay/lldb/source/Plugins

1 file changed

+3
-3
lines changed

utils/bazel/llvm-project-overlay/lldb/source/Plugins/BUILD.bazel

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ package(
1414
licenses(["notice"])
1515

1616
cc_library(
17-
name = "PluginClangCommon",
18-
srcs = glob(["Language/ClangCommon/*.cpp"]),
19-
hdrs = glob(["Language/ClangCommon/*.h"]),
17+
name = "PluginClangHighlighter",
18+
srcs = glob(["Highlighter/Clang/*.cpp"]),
19+
hdrs = glob(["Highlighter/Clang/*.h"]),
2020
includes = [".."],
2121
deps = [
2222
"//clang:basic",

0 commit comments

Comments
 (0)