[all-commits] [llvm/llvm-project] ce6bfd: [libc] Support 32-bit ARM platform tests

Dominic Chen via All-commits all-commits at lists.llvm.org
Thu Apr 28 12:00:44 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ce6bfd102af5d3431ff19f322fce27e033a34c49
      https://github.com/llvm/llvm-project/commit/ce6bfd102af5d3431ff19f322fce27e033a34c49
  Author: Dominic Chen <ddchen at apple.com>
  Date:   2022-04-28 (Thu, 28 Apr 2022)

  Changed paths:
    M libc/src/__support/CPP/Limits.h
    M libc/src/__support/CPP/TypeTraits.h
    M libc/src/__support/FPUtil/PlatformDefs.h
    M libc/test/src/__support/CPP/limits_test.cpp
    M libc/test/src/__support/high_precision_decimal_test.cpp
    M libc/test/src/__support/str_to_float_test.cpp
    M libc/test/src/stdlib/strtold_test.cpp
    M libc/utils/UnitTest/LibcTest.cpp

  Log Message:
  -----------
  [libc] Support 32-bit ARM platform tests

Set LONG_DOUBLE_IS_DOUBLE, add ifdefs for 128-bit integer types

Differential Revision: https://reviews.llvm.org/D124204




More information about the All-commits mailing list