[bazel] Fix build after c33b9395b1
authorBenjamin Kramer <benny.kra@googlemail.com>
Wed, 18 Jan 2023 12:31:35 +0000 (13:31 +0100)
committerBenjamin Kramer <benny.kra@googlemail.com>
Wed, 18 Jan 2023 12:31:35 +0000 (13:31 +0100)
utils/bazel/llvm-project-overlay/llvm/unittests/BUILD.bazel

index 3478c1d..d3bc8a6 100644 (file)
@@ -74,7 +74,10 @@ cc_test(
     name = "bitcode_tests",
     size = "small",
     srcs = glob(
-        ["Bitcode/*.cpp"],
+        [
+            "Bitcode/*.cpp",
+            "Bitcode/*.h",
+        ],
         allow_empty = False,
     ),
     deps = [