halyavin marked an inline comment as done.
halyavin added inline comments.

================
Comment at: src/support/runtime/exception_pointer_msvc.ipp:119-123
+#ifdef _M_AMD64
+    RtlPcToFileHeader(
+        reinterpret_cast<PVOID>(const_cast<EHThrowInfo*>(throw_info)),
+        &image_base);
+#endif
----------------
majnemer wrote:
> Can't you use the image_base field in throw_info?
The structure throw_info doesn't have image_base field, it is EHParameters that 
does. Unfortunately EHParameters is not available in make_exception_ptr.


https://reviews.llvm.org/D40071



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to