[all-commits] [llvm/llvm-project] e3d764: [libc][Bazel][NFC] add missing string deps
michaelrj-google via All-commits
all-commits at lists.llvm.org
Mon Apr 17 14:37:46 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e3d764597f5ec041a2e38fc7c39bc7bfbca827fd
https://github.com/llvm/llvm-project/commit/e3d764597f5ec041a2e38fc7c39bc7bfbca827fd
Author: Michael Jones <michaelrj at google.com>
Date: 2023-04-17 (Mon, 17 Apr 2023)
Changed paths:
M utils/bazel/llvm-project-overlay/libc/test/UnitTest/BUILD.bazel
M utils/bazel/llvm-project-overlay/libc/utils/MPFRWrapper/BUILD.bazel
Log Message:
-----------
[libc][Bazel][NFC] add missing string deps
With the recent move away from StringStream some tests were given a
dependency on cpp::string. Some of these were missed for the bazel
build, causing build failures.
Differential Revision: https://reviews.llvm.org/D148572
More information about the All-commits
mailing list