[bazel] Add missing dependency

This commit is contained in:
Benjamin Kramer
2023-10-25 16:43:23 +02:00
parent 08e765372e
commit 28a8f1b901

View File

@@ -1436,6 +1436,7 @@ cc_library(
copts = llvm_copts,
deps = [
":Core",
":Object",
":Support",
":TransformUtils",
],