[PATCH] D119547: [libc][bazel] Add tests to the bazel build
Guillaume Chatelet via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 9 07:57:52 PST 2022
gchatelet added a comment.
Another hack is to modify the `.bazelrc` file to pass `-Wall -Werror` only to cxxopt, instead of copt. Since `make`, `gmp` and `mpfr` are C and not C++ it works. But yeah, quite a hacky solution as well,
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