[bazel] Update gtest move to third-party
authorJordan Rupprecht <rupprecht@google.com>
Thu, 10 Nov 2022 04:48:11 +0000 (20:48 -0800)
committerJordan Rupprecht <rupprecht@google.com>
Thu, 10 Nov 2022 04:48:11 +0000 (20:48 -0800)
commitf57557de70ebbc493e4e73d14c9ce050298cb8d0
tree184d9a4087e0b6858cdd7a0b8f97751897cabf1e
parent04b449e147f6be1b466455639055019e508f4137
[bazel] Update gtest move to third-party

a11cd0d94ed3cabf0998a0289aead05da94c86eb moved googletest to third-party.

This creates a corresponding BUILD file in third-party/unittest, moved from the chunk in llvm/BUILD.bazel.

We must refine the .bazelignore which is setup to ignore the benchmarking library so that we don't ignore the new dir here.
utils/bazel/llvm-project-overlay/.bazelignore
utils/bazel/llvm-project-overlay/clang/BUILD.bazel
utils/bazel/llvm-project-overlay/clang/unittests/BUILD.bazel
utils/bazel/llvm-project-overlay/llvm/BUILD.bazel
utils/bazel/llvm-project-overlay/llvm/unittests/BUILD.bazel
utils/bazel/llvm-project-overlay/mlir/unittests/BUILD.bazel
utils/bazel/llvm-project-overlay/third-party/unittest/BUILD.bazel [new file with mode: 0644]