[llvm] [flang][runtime] Speed up initialization & destruction (PR #148087)

Peter Klausler via llvm-commits llvm-commits at lists.llvm.org
Sat Jul 12 09:56:45 PDT 2025


================
@@ -365,7 +379,18 @@ class Descriptor {
 
   RT_API_ATTRS std::size_t SizeInBytes() const;
 
-  RT_API_ATTRS std::size_t Elements() const;
+  RT_API_ATTRS std::size_t Elements() const {
----------------
klausler wrote:

I couldn't track it down either.  The unresolved reference is not within flang_rt.runtime or the generated code for the failing test.

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


More information about the llvm-commits mailing list