Skip to content

Commit 9c91ac9

Browse files
Fix NL
1 parent d8bf783 commit 9c91ac9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libc/cmake/modules/LLVMLibCTestRules.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
function(_get_common_test_compile_options output_var c_test flags)
22
_get_compile_options_from_flags(compile_flags ${flags})
3+
34
# Remove -fno-math-errno if it was added.
45
if(LIBC_ADD_FNO_MATH_ERRNO)
56
list(REMOVE_ITEM compile_options "-fno-math-errno")

0 commit comments

Comments
 (0)