[all-commits] [llvm/llvm-project] 3e6207: [x86][Windows] Fix chromium build break
Farzon Lotfi via All-commits
all-commits at lists.llvm.org
Thu Oct 10 23:01:06 PDT 2024
Branch: refs/heads/release/19.x
Home: https://github.com/llvm/llvm-project
Commit: 3e6207eb818a33e1adb2083b646fa1cc3145ab34
https://github.com/llvm/llvm-project/commit/3e6207eb818a33e1adb2083b646fa1cc3145ab34
Author: Farzon Lotfi <farzonlotfi at microsoft.com>
Date: 2024-10-11 (Fri, 11 Oct 2024)
Changed paths:
M llvm/lib/Target/X86/X86ISelLowering.cpp
M llvm/test/CodeGen/X86/fp-strict-libcalls-msvc32.ll
Log Message:
-----------
[x86][Windows] Fix chromium build break
Windows does not support float C89 math functions like:
- acosf
- asinf
- atanf
- coshf
- sinhf
- tanhf
These 6 libfuncs need to be type promoted.
This PR fixes the bug introduced by https://github.com/llvm/llvm-project/pull/98949
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list