[llvm] RuntimeLibcalls: Add bitset for available libcalls (PR #150869)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 7 04:13:07 PDT 2025
================
@@ -616,6 +618,21 @@ else ()
endif ()
endif ()
+foreach(i IN ITEMS 8 4)
+ try_compile(SIZEOF_UINTPTR_T_IS_${i}
----------------
arsenm wrote:
Which is correct? The point is to match what the compiler is being compiled for
https://github.com/llvm/llvm-project/pull/150869
More information about the llvm-commits
mailing list