llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT--> @llvm/pr-subscribers-flang-runtime Author: None (llvmbot) <details> <summary>Changes</summary> Backport e31c6c97b795e57a7b1ee31ad37eced40c6305ed Requested by: @<!-- -->brad0 --- Full diff: https://github.com/llvm/llvm-project/pull/125254.diff 1 Files Affected: - (modified) flang/runtime/exceptions.cpp (+1-1) ``````````diff diff --git a/flang/runtime/exceptions.cpp b/flang/runtime/exceptions.cpp index b41c7cf438f569..114d23b5b07f8c 100644 --- a/flang/runtime/exceptions.cpp +++ b/flang/runtime/exceptions.cpp @@ -11,7 +11,7 @@ #include "flang/Runtime/exceptions.h" #include "terminator.h" #include <cfenv> -#if defined(__aarch64__) && !defined(_WIN32) +#if defined(__aarch64__) && defined(__GLIBC__) #include <fpu_control.h> #elif defined(__x86_64__) #include <xmmintrin.h> `````````` </details> https://github.com/llvm/llvm-project/pull/125254 _______________________________________________ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits