[PATCH] D14926: Use libcxx's default rune table with the Musl C library.

Vasileios Kalintiris via cfe-commits cfe-commits at lists.llvm.org
Mon Nov 23 07:10:17 PST 2015


vkalintiris created this revision.
vkalintiris added reviewers: mclow.lists, jroelofs, EricWF, dalias.
vkalintiris added a subscriber: cfe-commits.
Herald added subscribers: srhines, danalbert, tberghammer.

Also, there are no exported character type tables from Musl so we have to
Fallback to the standard functions. This reduces the number of libcxx's
test-suite failures down to ~130 for MIPS. Most of the remaining failures
come from the atomics (due to the lack of 8-byte atomic-ops in MIPS32) and
thread tests.

http://reviews.llvm.org/D14926

Files:
  include/__config
  include/__locale
  src/locale.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D14926.40926.patch
Type: text/x-patch
Size: 6700 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20151123/a548e5c5/attachment-0001.bin>


More information about the cfe-commits mailing list