[PATCH] D37554: [libclang] Allow crash recovery with LIBCLANG_NOTHREADS

Ivan Donchevskii via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Sep 7 02:00:25 PDT 2017


yvvan added a comment.

This actually fixes the ability to run safely without threads. This happens because by default this solution leads to try/catch block instead of the direct function call which is implemented in deleted if blocks.


https://reviews.llvm.org/D37554





More information about the cfe-commits mailing list