[PATCH] D119547: [libc][bazel] Add tests to the bazel build
Arthur Eubanks via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 15 08:57:36 PST 2022
aeubanks added a comment.
In D119547#3927699 <https://reviews.llvm.org/D119547#3927699>, @gchatelet wrote:
> @aeubanks I've added a way to use the system's `mpfr`.
> We need to add `-- at llvm-project//libc:libc_math_mpfr=system` on the build bot command line. Do you know where to change this?
> Also could you add `libmpfr-dev` to the build bot? (`libgmp-dev` will automatically come as a dependency)
see `--config=ci` at the bottom of `utils/bazel.bazelrc`
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D119547/new/
https://reviews.llvm.org/D119547
More information about the llvm-commits
mailing list