Skip to content
  • Vasileios Kalintiris's avatar
    08010b5a
    Use libcxx's default rune table with the Musl C library. · 08010b5a
    Vasileios Kalintiris authored
    Summary:
    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.
    
    Reviewers: mclow.lists, EricWF, dalias, jroelofs
    
    Subscribers: tberghammer, danalbert, srhines, cfe-commits
    
    Differential Revision: http://reviews.llvm.org/D14926
    
    llvm-svn: 253972
    08010b5a
    Use libcxx's default rune table with the Musl C library.
    Vasileios Kalintiris authored
    Summary:
    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.
    
    Reviewers: mclow.lists, EricWF, dalias, jroelofs
    
    Subscribers: tberghammer, danalbert, srhines, cfe-commits
    
    Differential Revision: http://reviews.llvm.org/D14926
    
    llvm-svn: 253972
Loading