File tree 1 file changed +36
-35
lines changed
1 file changed +36
-35
lines changed Original file line number Diff line number Diff line change @@ -372,41 +372,42 @@ add_libc_test(
372
372
libc.include .llvm-libc-macros .math_function_macros
373
373
)
374
374
375
- add_libc_test(
376
- issignaling_c_test
377
- C_TEST
378
- UNIT_TEST_ONLY
379
- SUITE
380
- libc_include_tests
381
- SRCS
382
- issignaling_test.c
383
- COMPILE_OPTIONS
384
- -Wall
385
- -Werror
386
- DEPENDS
387
- libc.include .llvm-libc-macros .math_function_macros
388
- libc.src.math.issignaling
389
- libc.src.math.issignalingf
390
- libc.src.math.issignalingl
391
- )
392
-
393
- add_libc_test(
394
- iscanonical_c_test
395
- C_TEST
396
- UNIT_TEST_ONLY
397
- SUITE
398
- libc_include_tests
399
- SRCS
400
- iscanonical_test.c
401
- COMPILE_OPTIONS
402
- -Wall
403
- -Werror
404
- DEPENDS
405
- libc.include .llvm-libc-macros .math_function_macros
406
- libc.src.math.iscanonical
407
- libc.src.math.iscanonicalf
408
- libc.src.math.iscanonicall
409
- )
375
+ # TODO(https://github.com/llvm/llvm-project/issues/114618): fix linkage failures
376
+ # add_libc_test(
377
+ # issignaling_c_test
378
+ # C_TEST
379
+ # UNIT_TEST_ONLY
380
+ # SUITE
381
+ # libc_include_tests
382
+ # SRCS
383
+ # issignaling_test.c
384
+ # COMPILE_OPTIONS
385
+ # -Wall
386
+ # -Werror
387
+ # DEPENDS
388
+ # libc.include.llvm-libc-macros.math_function_macros
389
+ # libc.src.math.issignaling
390
+ # libc.src.math.issignalingf
391
+ # libc.src.math.issignalingl
392
+ # )
393
+
394
+ # add_libc_test(
395
+ # iscanonical_c_test
396
+ # C_TEST
397
+ # UNIT_TEST_ONLY
398
+ # SUITE
399
+ # libc_include_tests
400
+ # SRCS
401
+ # iscanonical_test.c
402
+ # COMPILE_OPTIONS
403
+ # -Wall
404
+ # -Werror
405
+ # DEPENDS
406
+ # libc.include.llvm-libc-macros.math_function_macros
407
+ # libc.src.math.iscanonical
408
+ # libc.src.math.iscanonicalf
409
+ # libc.src.math.iscanonicall
410
+ # )
410
411
411
412
add_libc_test(
412
413
isinf_c_test
You can’t perform that action at this time.
0 commit comments