[libc-commits] [libc] [libc][math] Implement `issignaling` and `iscanonical` macro. (PR #111403)
via libc-commits
libc-commits at lists.llvm.org
Wed Oct 9 08:53:27 PDT 2024
================
@@ -68,6 +68,9 @@ function(get_object_files_for_test result skipped_entrypoints_list)
endif()
get_target_property(object_file_raw ${dep} "OBJECT_FILE_RAW")
if(object_file_raw)
+ if(fq_target_name STREQUAL "libc.test.include.issignaling_c_test.__unit__" OR fq_target_name STREQUAL "libc.test.include.iscanonical_c_test.__unit__")
----------------
lntue wrote:
Can you add a TODO here to remove this special treatment later? Thanks,
https://github.com/llvm/llvm-project/pull/111403
More information about the libc-commits
mailing list