[PATCH] D53608: [builtins] Build float128 soft float builtins for x86_64.

Manoj Gupta via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 23 15:17:58 PDT 2018


manojgupta added a comment.

I am also getting these tests failures because of missing __trunctfxf2 and __extendxftf2. These are provided by libgcc but compiler-rt does not seem to have an implementation for them.

  Builtins-x86_64-linux :: compiler_rt_logbl_test.c
  Builtins-x86_64-linux :: divtc3_test.c
  Builtins-x86_64-linux :: floattitf_test.c
  Builtins-x86_64-linux :: floatuntitf_test.c

compiler_rt_logbl_test.c:26: error: undefined reference to '__trunctfxf2'
compiler_rt_logbl_test.c:26: error: undefined reference to '__extendxftf2'


Repository:
  rCRT Compiler Runtime

https://reviews.llvm.org/D53608





More information about the llvm-commits mailing list