[bazel] Fix llvm/unittests after TargetParser change
authorFangrui Song <i@maskray.me>
Tue, 7 Feb 2023 21:06:23 +0000 (13:06 -0800)
committerFangrui Song <i@maskray.me>
Tue, 7 Feb 2023 21:06:23 +0000 (13:06 -0800)
utils/bazel/llvm-project-overlay/clang/unittests/BUILD.bazel
utils/bazel/llvm-project-overlay/llvm/unittests/BUILD.bazel

index 78df6d1..73d8ca3 100644 (file)
@@ -68,6 +68,7 @@ cc_test(
         "//clang:frontend",
         "//clang:tooling",
         "//llvm:Support",
+        "//llvm:TargetParser",
         "//llvm:TestingSupport",
         "//third-party/unittest:gtest",
         "//third-party/unittest:gtest_main",
@@ -207,6 +208,7 @@ cc_test(
         "//clang:basic",
         "//clang:format",
         "//clang:frontend",
+        "//clang:rewrite",
         "//clang:tooling_core",
         "//llvm:Support",
         "//third-party/unittest:gmock",
index 46ede4b..11c4e2e 100644 (file)
@@ -275,6 +275,7 @@ cc_test(
         "//llvm:Passes",
         "//llvm:Support",
         "//llvm:Target",
+        "//llvm:TargetParser",
         "//llvm:config",
         "//third-party/unittest:gtest",
         "//third-party/unittest:gtest_main",