mirror of
https://github.com/intel/llvm.git
synced 2026-01-25 10:55:58 +08:00
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 reappliese9e166e543and656707086eafter fixing declarations of the builtins in the tests inb54250940c. rdar://159705803 rdar://159705705 --------- Co-authored-by: Martin Storsjö <martin@martin.st>
Compiler-RT ================================ This directory and its subdirectories contain source code for the compiler support routines. Compiler-RT is open source software. You may freely distribute it under the terms of the license agreement found in LICENSE.txt. ================================