[Lldb-commits] [PATCH] D61036: [lldb] Use local definition of get_cpuid_count
Joseph Tremoulet via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Apr 23 13:23:54 PDT 2019
JosephTremoulet added a comment.
@labath, as discussed in D59991 <https://reviews.llvm.org/D59991>, I went with a local copy of the function since I didn't see an obvious opportunity to tweak the calling code, but maybe I overlooked something. My copy of cpuid.h matches https://github.com/gcc-mirror/gcc/blob/gcc-5-branch/gcc/config/i386/cpuid.h
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D61036/new/
https://reviews.llvm.org/D61036
More information about the lldb-commits
mailing list