mirror of
https://github.com/intel/llvm.git
synced 2026-01-22 23:49:22 +08:00
This change is needed to use char8_t when building libc++. Using the same standard in libc++abi for coherence. See https://reviews.llvm.org/D91517. Reviewed By: ldionne, #libc, #libc_abi Differential Revision: https://reviews.llvm.org/D91691