[libc-commits] [libc] [libc][math] Implement `issignaling` and `iscanonical` macro. (PR #111403)

via libc-commits libc-commits at lists.llvm.org
Tue Oct 8 08:41:55 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:

I'm trying to see if we have any better way than this without major changes.

https://github.com/llvm/llvm-project/pull/111403


More information about the libc-commits mailing list