[libc++] Try to fix Chromium's build
Chromium's build sets LIBCXX_CXX_ABI_SYSTEM explicitly when building libc++, which was broken by 61e89737 (which stopped listening to that option). As a workaround, this commit uses the system libc++abi when LIBCXX_CXX_ABI_SYSTEM is used. However, we will need to work with Chromium to standardize their build of libc++, because LIBCXX_CXX_ABI_SYSTEM is not a public facing build configuration for libc++, and has never been AFAICT.
Loading
Please register or sign in to comment