diff options
author | Farzon Lotfi <1802579+farzonl@users.noreply.github.com> | 2024-07-30 20:47:23 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-30 20:47:23 -0400 |
commit | 80c0e8d572d3b1c34d66faffc42bcfc9432583ec (patch) | |
tree | fb3e74260ec14177be160df25fe10fbf1789ed8e /lldb/source/Plugins/ScriptInterpreter/Python | |
parent | a982cabea3cfbf456a01ed85499fa7dfc7ec18c7 (diff) | |
download | llvm-80c0e8d572d3b1c34d66faffc42bcfc9432583ec.zip llvm-80c0e8d572d3b1c34d66faffc42bcfc9432583ec.tar.gz llvm-80c0e8d572d3b1c34d66faffc42bcfc9432583ec.tar.bz2 |
[x86][Windows] Fix chromium build break (#101268)
Windows does not support float C89 math functions like:
- acosf
- asinf
- atanf
- coshf
- sinhf
- tanhf
All 6 are disabled in
[TargetLibraryInfo.cpp:293](https://github.com/llvm/llvm-project/blob/39e192b379362e9e645427631c35450d55ed517d/llvm/lib/Analysis/TargetLibraryInfo.cpp#L293C4-L296C41)
These 6 libfuncs need to be type promoted.
This PR fixes the bug introduced by
https://github.com/llvm/llvm-project/pull/98949
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python')
0 files changed, 0 insertions, 0 deletions