Skip to content

Commit b39cf7e

Browse files
committed
Swift: diagnostics: fix bazel build
1 parent 1574e85 commit b39cf7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

swift/extractor/invocation/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ swift_cc_library(
66
hdrs = glob(["*.h"]),
77
visibility = ["//swift:__subpackages__"],
88
deps = [
9-
"//swift/third_party/swift-llvm-support",
9+
"//swift/extractor/infra",
1010
],
1111
)

0 commit comments

Comments
 (0)