[all-commits] [llvm/llvm-project] 8bf838: [libc] add dependencies to generic sqrt tests
michaelrj-google via All-commits
all-commits at lists.llvm.org
Fri Jul 8 15:41:24 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8bf8385ef09b1262db16b8f09fb117071242f23a
https://github.com/llvm/llvm-project/commit/8bf8385ef09b1262db16b8f09fb117071242f23a
Author: Michael Jones <michaelrj at google.com>
Date: 2022-07-08 (Fri, 08 Jul 2022)
Changed paths:
M libc/test/src/math/CMakeLists.txt
Log Message:
-----------
[libc] add dependencies to generic sqrt tests
This adds dependencies on the corresponding sqrt function to each
generic sqrt test. This is so that on platforms that don't support the
math functions, the tests are not run.
Reviewed By: lntue
Differential Revision: https://reviews.llvm.org/D129388
More information about the All-commits
mailing list