Skip to content

Commit 0f0d8f5

Browse files
committed
[bazel] Adjust lsp-server-support include paths for 305d718
1 parent 84fb0ad commit 0f0d8f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3559,7 +3559,7 @@ cc_library(
35593559
),
35603560
hdrs = glob(
35613561
[
3562-
"lib/Tools/lsp-server-support/*.h",
3562+
"include/mlir/Tools/lsp-server-support/*.h",
35633563
],
35643564
),
35653565
deps = [

0 commit comments

Comments
 (0)