[cfe-dev] Any known issues with libc++ exceptions and cross-thread exception propagation?

Anton Korobeynikov anton at korobeynikov.info
Sat Jul 21 15:43:26 PDT 2012


> Good to know, Howard. Is it supported to build and link against static
> libc++ and libc++abi libraries newer than the platform's?
No. In particular, you should never do the library replacement as
described on http://libcxx.llvm.org/
Otherwise you might end with semi-functional system. For example, for
me everything was more or less ok, but printer driver just crashed.

-- 
With best regards, Anton Korobeynikov
Faculty of Mathematics and Mechanics, Saint Petersburg State University



More information about the cfe-dev mailing list