aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Process/Linux/NativeProcessLinux.cpp
diff options
context:
space:
mode:
authorJoseph Huber <huberjn@outlook.com>2024-08-27 16:46:03 -0500
committerGitHub <noreply@github.com>2024-08-27 17:46:03 -0400
commit5f2389d49fef36ed2e97dcc6b54036542c160a36 (patch)
tree67859ba955f0223d56ad03686196a033edc5cce6 /lldb/source/Plugins/Process/Linux/NativeProcessLinux.cpp
parentff2baf0360372a3762218b6bbbbdb4beaf7117a4 (diff)
downloadllvm-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