[llvm] RuntimeLibcalls: Add bitset for available libcalls (PR #150869)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 7 05:54:53 PDT 2025


================
@@ -616,6 +618,21 @@ else ()
   endif ()
 endif ()
 
+foreach(i IN ITEMS 8 4)
+  try_compile(SIZEOF_UINTPTR_T_IS_${i}
----------------
arsenm wrote:

try_compile should be the correct check for the current compile target. The hazard would be for the tablegen bootstrap, but since this is in the base config I think it should work 

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


More information about the llvm-commits mailing list