[llvm] llvm: Export `ilist_node_base` template specialization (PR #168094)

Kazu Hirata via llvm-commits llvm-commits at lists.llvm.org
Sat Nov 15 16:50:48 PST 2025


================
@@ -67,6 +67,9 @@ class ilist_node_base : public ilist_detail::node_base_prevnext<
                             EnableSentinelTracking>,
                         public ilist_detail::node_base_parent<ParentTy> {};
 
+// Specialization implemented in the core LLVM library.
----------------
kazutakahirata wrote:

I don't think there is real harm in not knowing exactly where the specialization is.

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


More information about the llvm-commits mailing list