[all-commits] [llvm/llvm-project] 3c13d8: [libc][bazel] Add tests to the bazel build
Guillaume Chatelet via All-commits
all-commits at lists.llvm.org
Thu Nov 17 06:20:16 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3c13d83ad59b5932328c0a99b0a0008e1da8b1d8
https://github.com/llvm/llvm-project/commit/3c13d83ad59b5932328c0a99b0a0008e1da8b1d8
Author: Guillaume Chatelet <gchatelet at google.com>
Date: 2022-11-17 (Thu, 17 Nov 2022)
Changed paths:
M utils/bazel/.bazelrc
M utils/bazel/WORKSPACE
M utils/bazel/llvm-project-overlay/libc/BUILD.bazel
A utils/bazel/llvm-project-overlay/libc/test/BUILD.bazel
A utils/bazel/llvm-project-overlay/libc/test/libc_test_rules.bzl
A utils/bazel/llvm-project-overlay/libc/test/src/fenv/BUILD.bazel
A utils/bazel/llvm-project-overlay/libc/test/src/math/BUILD.bazel
A utils/bazel/llvm-project-overlay/libc/test/src/math/libc_math_test_rules.bzl
A utils/bazel/llvm-project-overlay/libc/test/src/stdlib/BUILD.bazel
A utils/bazel/llvm-project-overlay/libc/test/src/string/BUILD.bazel
A utils/bazel/llvm-project-overlay/libc/utils/MPFRWrapper/BUILD.bazel
A utils/bazel/llvm-project-overlay/libc/utils/UnitTest/BUILD.bazel
A utils/bazel/llvm-project-overlay/libc/utils/testutils/BUILD.bazel
A utils/bazel/third_party_build/gmp.BUILD
A utils/bazel/third_party_build/mpfr.BUILD
Log Message:
-----------
[libc][bazel] Add tests to the bazel build
@GMNGeoffrey let me know it there's a better way to import MPFR and GMP for the purpose of testing libc math functions.
Differential Revision: https://reviews.llvm.org/D119547
More information about the All-commits
mailing list