[PATCH] D43010: Report fatal error in the case of out of memory

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 10 09:21:02 PDT 2019


MaskRay added inline comments.
Herald added a reviewer: jfb.
Herald added subscribers: kristina, jfb, dexonsmith.
Herald added a project: LLVM.


================
Comment at: llvm/trunk/lib/Support/ErrorHandling.cpp:208
+  }
+} new_handler_installer;
+#endif
----------------
The static initializer may not be a good idea. Sent out D64505 to remove it.


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D43010/new/

https://reviews.llvm.org/D43010





More information about the llvm-commits mailing list