Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add missing exceptions helper under FreeBSD
Summary: FreeBSD uses libc++ with libcxxrt, as v.s. libc++ with libc++'s cxxabi. The folly wrappers used a helper `cxxabi_with_cxa_exception` that we define only for libc++ with libc++'s cxxabi, so define it also for libc++ with libcxxrt under FreeBSD. The breakage blames to {D57677424}, which introduced the call under libc++ unconditionally. Fixes: facebook#2232. Differential Revision: D58626578
- Loading branch information