aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/ProfileData/Coverage/CoverageMappingReader.cpp
diff options
context:
space:
mode:
authorAkira Hatanaka <ahatanak@gmail.com>2025-09-29 14:22:49 -0700
committerGitHub <noreply@github.com>2025-09-29 14:22:49 -0700
commit12a5854a51c99635dd72b26a73d6ff89d6a5bc81 (patch)
tree3c8c3230967d2c82d75d6a15d7be48fe56cd57f7 /llvm/lib/ProfileData/Coverage/CoverageMappingReader.cpp
parent07f8f088b4b3d1c58e73f13a288ff2c088d15ad6 (diff)
downloadllvm-12a5854a51c99635dd72b26a73d6ff89d6a5bc81.zip
llvm-12a5854a51c99635dd72b26a73d6ff89d6a5bc81.tar.gz
llvm-12a5854a51c99635dd72b26a73d6ff89d6a5bc81.tar.bz2
[compiler-rt] Disable tests for unavailable builtins (#161275)
The builtins `__fixunstfdi` and `__multc3` may be removed by the preprocessor depending on configuration flags. When this happens, the corresponding tests fail at link time due to missing definitions. Disable these tests when the builtins are not available. Also remove the XFAILs for aarch64 windows. As this test now became a no-op on platforms that lack CRT_HAS_128BIT or CRT_HAS_F128 (aarch64 windows lacks the latter), it no longer fails. This reapplies e9e166e54354330c474457711a8e7a7ca2efd731 and 656707086e5f6fccd2eb57f5aaf987c328c0f4f1 after fixing declarations of the builtins in the tests in b54250940c2cd70f911386b02239b50c165e5354. rdar://159705803 rdar://159705705 --------- Co-authored-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'llvm/lib/ProfileData/Coverage/CoverageMappingReader.cpp')
0 files changed, 0 insertions, 0 deletions