aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python
diff options
context:
space:
mode:
authorFarzon Lotfi <1802579+farzonl@users.noreply.github.com>2024-07-30 20:47:23 -0400
committerGitHub <noreply@github.com>2024-07-30 20:47:23 -0400
commit80c0e8d572d3b1c34d66faffc42bcfc9432583ec (patch)
treefb3e74260ec14177be160df25fe10fbf1789ed8e /lldb/source/Plugins/ScriptInterpreter/Python
parenta982cabea3cfbf456a01ed85499fa7dfc7ec18c7 (diff)
downloadllvm-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