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



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to