[llvm] TableGen: Allow defining sets of runtime libraries (PR #144978)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 27 19:06:01 PDT 2025


================
@@ -889,7 +889,41 @@ def memset : RuntimeLibcallImpl<MEMSET>;
 def calloc : RuntimeLibcallImpl<CALLOC>;
 
 } // End let IsDefault = true
-} // End defset DefaultRuntimeLibcallImpls
+} // End defset AllDefaultRuntimeLibcallImpls
+
+
+// FIXME: Should move to explicit opt-in to different sets of libcalls
----------------
arsenm wrote:

Not yet, this is the distant future 

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


More information about the llvm-commits mailing list