[PATCH] D119547: [libc][bazel] Add tests to the bazel build

Guillaume Chatelet via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 15 10:33:32 PST 2022


gchatelet added a comment.

In D119547#3927932 <https://reviews.llvm.org/D119547#3927932>, @aeubanks wrote:

> 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`

Thx!


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