[all-commits] [llvm/llvm-project] 613a09: [builtins][NFC] Avoid using CRT_LDBL_128BIT in tes...

Pranav Kant via All-commits all-commits at lists.llvm.org
Tue Sep 19 18:09:03 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 613a09d99e880850d71d5d40a0605d3c399fc021
      https://github.com/llvm/llvm-project/commit/613a09d99e880850d71d5d40a0605d3c399fc021
  Author: Pranav Kant <prka at google.com>
  Date:   2023-09-19 (Tue, 19 Sep 2023)

  Changed paths:
    M compiler-rt/test/builtins/Unit/compiler_rt_fmaxl_test.c
    M compiler-rt/test/builtins/Unit/compiler_rt_logbl_test.c
    M compiler-rt/test/builtins/Unit/compiler_rt_scalbnl_test.c
    M compiler-rt/test/builtins/Unit/floattitf_test.c
    M compiler-rt/test/builtins/Unit/floatuntitf_test.c

  Log Message:
  -----------
  [builtins][NFC] Avoid using CRT_LDBL_128BIT in tests (#66832)

https://reviews.llvm.org/D153812 removed this macro from
implementations. Clean this up from tests as well.




More information about the All-commits mailing list