[all-commits] [llvm/llvm-project] a931ec: [builtins] Move more float128-related helpers to G...

Anatoly Trosinenko via All-commits all-commits at lists.llvm.org
Thu Jun 25 12:33:20 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: a931ec7ca0ee45d72f398a89ce015ce0eaaac819
      https://github.com/llvm/llvm-project/commit/a931ec7ca0ee45d72f398a89ce015ce0eaaac819
  Author: Anatoly Trosinenko <atrosinenko at accesssoftek.com>
  Date:   2020-06-25 (Thu, 25 Jun 2020)

  Changed paths:
    M compiler-rt/lib/builtins/CMakeLists.txt

  Log Message:
  -----------
  [builtins] Move more float128-related helpers to GENERIC_TF_SOURCES list

There are two different _generic_ lists of source files in the compiler-rt/lib/builtins/CMakeLists.txt. Now there is no simple way to not use the tf-variants of helpers at all.

Since there exists a separate `GENERIC_TF_SOURCES` list, it seems quite natural to move all float128-related helpers there. If it is not possible for some reason, it would be useful to have an explanation of that reason somewhere near the `GENERIC_TF_SOURCES` definition.

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




More information about the All-commits mailing list