[libc-commits] [libc] 1c762a8 - [libc][Obvious] Fix typo
Cheng Wang via libc-commits
libc-commits at lists.llvm.org
Fri Jan 29 01:45:27 PST 2021
Author: Cheng Wang
Date: 2021-01-29T17:43:41+08:00
New Revision: 1c762a81d20f498a93c38c0f0b10ad7c18650422
URL: https://github.com/llvm/llvm-project/commit/1c762a81d20f498a93c38c0f0b10ad7c18650422
DIFF: https://github.com/llvm/llvm-project/commit/1c762a81d20f498a93c38c0f0b10ad7c18650422.diff
LOG: [libc][Obvious] Fix typo
Added:
Modified:
libc/test/src/math/CMakeLists.txt
Removed:
################################################################################
diff --git a/libc/test/src/math/CMakeLists.txt b/libc/test/src/math/CMakeLists.txt
index e0c45b85185f..8764d57a1413 100644
--- a/libc/test/src/math/CMakeLists.txt
+++ b/libc/test/src/math/CMakeLists.txt
@@ -3,7 +3,7 @@ add_libc_testsuite(libc_math_unittests)
function(add_fp_unittest name)
cmake_parse_arguments(
"MATH_UNITTEST"
- "NEED_MPFR" # No optional arguments
+ "NEED_MPFR" # Optional arguments
"" # Single value arguments
"" # Multi-value arguments
${ARGN}
More information about the libc-commits
mailing list