[llvm] [Minidump] Add extern template declarations for MinidumpFile::getListStream (PR #112568)

Pavel Labath via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 31 06:31:33 PDT 2024


================
@@ -371,6 +377,14 @@ Expected<ArrayRef<T>> MinidumpFile::getDataSliceAs(ArrayRef<uint8_t> Data,
   return ArrayRef<T>(reinterpret_cast<const T *>(Slice->data()), Count);
 }
 
+// Needed by MinidumpTest.cpp
----------------
labath wrote:

Can we remove this? This is bound to get out of date over time. (In fact it's probably out of date already, as I suspect lldb needs this as well, but nobody is building it in a configuration where it matters).

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


More information about the llvm-commits mailing list