We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8bf783 commit 9c91ac9Copy full SHA for 9c91ac9
libc/cmake/modules/LLVMLibCTestRules.cmake
@@ -1,5 +1,6 @@
1
function(_get_common_test_compile_options output_var c_test flags)
2
_get_compile_options_from_flags(compile_flags ${flags})
3
+
4
# Remove -fno-math-errno if it was added.
5
if(LIBC_ADD_FNO_MATH_ERRNO)
6
list(REMOVE_ITEM compile_options "-fno-math-errno")
0 commit comments