Commit 28a8f1b9 authored by Benjamin Kramer's avatar Benjamin Kramer
Browse files

[bazel] Add missing dependency

parent 08e76537
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1436,6 +1436,7 @@ cc_library(
    copts = llvm_copts,
    deps = [
        ":Core",
        ":Object",
        ":Support",
        ":TransformUtils",
    ],