[lldb] Use local definition of get_cpuid_count
authorJoseph Tremoulet <jotrem@microsoft.com>
Wed, 24 Apr 2019 18:00:12 +0000 (18:00 +0000)
committerJoseph Tremoulet <jotrem@microsoft.com>
Wed, 24 Apr 2019 18:00:12 +0000 (18:00 +0000)
commit25c6a5073dfc9573bf14dcc0ed1d0f1950175eba
tree81e40962909072032b4bf134a243f3584a4eab0e
parent2fc5a786beaba1fbac1de65d78889d72b667f2d3
[lldb] Use local definition of get_cpuid_count

Summary:
This is needed for gcc/cstdlib++ 5.4.0, where __get_cpuid_count is not
defined in cpuid.h.

Reviewers: labath

Reviewed By: labath

Subscribers: lldb-commits

Tags: #lldb

Differential Revision: https://reviews.llvm.org/D61036

llvm-svn: 359120
lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_x86_64.cpp