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

Shourya Goel via libc-commits libc-commits at lists.llvm.org
Mon Oct 7 09:56:31 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__")
----------------
Sh0g0-1758 wrote:

should I add some comment here ? 

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


More information about the libc-commits mailing list