[PATCH] D150646: [clang][X86] Add __cpuidex function to cpuid.h
Ron Lieberman via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed May 24 06:19:22 PDT 2023
ronlieb added a comment.
seeing this issue in our downstream builders:
[2023-05-24T11:46:07.333Z] /opt/rocm-5.6.0-12074/llvm/lib/clang/17.0.0/include/cpuid.h:333:22: error: static declaration of '__cpuidex' follows non-static declaration
[2023-05-24T11:46:07.333Z] static __inline void __cpuidex (int __cpu_info[4], int __leaf, int __subleaf)
[2023-05-24T11:46:07.333Z] ^
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D150646/new/
https://reviews.llvm.org/D150646
More information about the cfe-commits
mailing list