[PATCH] D52998: [benchmark] Disable exceptions in Microsoft STL

Elizabeth Andrews via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Oct 8 14:58:18 PDT 2018


eandrews added a comment.

Thanks for the information Zachary.

@lebedev.ri  I do not know how benchmark library developers need/want to handle exceptions in MSVC STL.  If these need to be enabled when BENCHMARK_ENABLE_EXCEPTIONS is true,  I think we can just modify _HAS_EXCEPTIONS in utils/benchmark/CMakeLists.txt.


https://reviews.llvm.org/D52998





More information about the cfe-commits mailing list