diff options
author | Joseph Huber <huberjn@outlook.com> | 2024-08-27 16:46:03 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-27 17:46:03 -0400 |
commit | 5f2389d49fef36ed2e97dcc6b54036542c160a36 (patch) | |
tree | 67859ba955f0223d56ad03686196a033edc5cce6 /lldb/source/Plugins/Process/Linux/NativeProcessLinux.cpp | |
parent | ff2baf0360372a3762218b6bbbbdb4beaf7117a4 (diff) | |
download | llvm-5f2389d49fef36ed2e97dcc6b54036542c160a36.zip llvm-5f2389d49fef36ed2e97dcc6b54036542c160a36.tar.gz llvm-5f2389d49fef36ed2e97dcc6b54036542c160a36.tar.bz2 |
[libc++] Do not redeclare lgamma_r when targeting the LLVM C library (#102036)
We use lgamma_r for the random normal distribution support. In this
code we redeclare it, which causes issues with the LLVM C library as
this function is marked noexcept in LLVM libc. This patch ensures that
we don't redeclare that function when targeting LLVM libc.
Diffstat (limited to 'lldb/source/Plugins/Process/Linux/NativeProcessLinux.cpp')
0 files changed, 0 insertions, 0 deletions