[all-commits] [llvm/llvm-project] f57557: [bazel] Update gtest move to third-party
Jordan Rupprecht via All-commits
all-commits at lists.llvm.org
Wed Nov 9 20:48:26 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f57557de70ebbc493e4e73d14c9ce050298cb8d0
https://github.com/llvm/llvm-project/commit/f57557de70ebbc493e4e73d14c9ce050298cb8d0
Author: Jordan Rupprecht <rupprecht at google.com>
Date: 2022-11-09 (Wed, 09 Nov 2022)
Changed paths:
M utils/bazel/llvm-project-overlay/.bazelignore
M utils/bazel/llvm-project-overlay/clang/BUILD.bazel
M utils/bazel/llvm-project-overlay/clang/unittests/BUILD.bazel
M utils/bazel/llvm-project-overlay/llvm/BUILD.bazel
M utils/bazel/llvm-project-overlay/llvm/unittests/BUILD.bazel
M utils/bazel/llvm-project-overlay/mlir/unittests/BUILD.bazel
A utils/bazel/llvm-project-overlay/third-party/unittest/BUILD.bazel
Log Message:
-----------
[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.
More information about the All-commits
mailing list