[compiler-rt] [builtins] Support building the 128-bit float functions on ld80 platforms (PR #68132)
Rainer Orth via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 10 05:03:05 PST 2024
rorth wrote:
Issue #47073 was recently marked as fixed. However, when looking at one of the affected tests (`addtf3_test.c`), I noticed that the test just emits `"skipped"`. This is no wonder since the test tests `CRT_HAS_IEEE_TF` **before** including (directly or indirectly) a header that defines this (`int_types.h`).
AFAICS `addtf3_test.c` is the only one, but I only checked the tests affected by Issue #47073.
https://github.com/llvm/llvm-project/pull/68132
More information about the llvm-commits
mailing list