mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-25 08:26:06 +00:00

After a follow-up change (D98332) this header can be included the same time as fenv.h when running the tests. To avoid enum members conflicting with the macros/enums defined in the host fenv.h, prefix them with CRT_. Reviewed By: peter.smith Differential Revision: https://reviews.llvm.org/D98333
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. ================================