[bazel] Fix build after 9fa9d9a7e1

This commit is contained in:
Christian Sigg 2024-01-16 08:03:34 +01:00 committed by GitHub
parent 286a366d05
commit 5f24e77942
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1476,9 +1476,11 @@ cc_library(
]),
copts = llvm_copts,
deps = [
":BinaryFormat",
":Core",
":Object",
":Support",
":TargetParser",
":TransformUtils",
],
)