diff options
author | Fedor Sergeev <fedor.sergeev@azul.com> | 2018-02-06 13:21:12 +0000 |
---|---|---|
committer | Fedor Sergeev <fedor.sergeev@azul.com> | 2018-02-06 13:21:12 +0000 |
commit | 33c86f87400c6517418a93068e507547b7582744 (patch) | |
tree | 134fbc642d90e7bafa2b8bc000eacf1248e6eed2 /lldb/packages/Python/lldbsuite/test/python_api/process/TestProcessAPI.py | |
parent | 81fcf865be23275a1421df5cdeeed8651259817c (diff) | |
download | bcm5719-llvm-33c86f87400c6517418a93068e507547b7582744.tar.gz bcm5719-llvm-33c86f87400c6517418a93068e507547b7582744.zip |
[Solaris] Silence -pthread warning on Solaris
Summary:
During make check-all on Solaris, I see several instances of this warning:
clang-6.0: warning: argument unused during compilation: '-pthread' [-Wunused-command-line-argument]
Since Solaris 10, libpthread has been folded into libc, so there's nothing to do. gcc
just ignores -pthread here. Darwin claims the option to silence the warning, and
this patch follows that lead.
Reviewers: rsmith, fedor.sergeev
Reviewed By: fedor.sergeev
Subscribers: cfe-commits, fedor.sergeev
Differential Revision: https://reviews.llvm.org/D41242
llvm-svn: 324344
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/process/TestProcessAPI.py')
0 files changed, 0 insertions, 0 deletions