Revert "[clang][X86] Add __cpuidex function to cpuid.h"
authorAiden Grossman <agrossman154@yahoo.com>
Thu, 18 May 2023 05:37:48 +0000 (05:37 +0000)
committerAiden Grossman <agrossman154@yahoo.com>
Thu, 18 May 2023 05:37:48 +0000 (05:37 +0000)
commit4acee5b5cfa462af66225acda7d3d9efe1036aa9
tree5d684336708e392c6a9fe15fae599cd4f80d4df3
parenta3ef1b587d7cf88e311d6f17132fa7fc5a6490db
Revert "[clang][X86] Add __cpuidex function to cpuid.h"

This reverts commit 286cefcf35d0f55c57184c4219b95e82c96f1420.

Patch caused build failures for downstream projects on Windows due to
the fact that __cpuidex was added as a built in on Windows in D121653.
Reverting for now so that others aren't blocked and I can figure out a
proper solution.
clang/lib/Headers/cpuid.h
clang/test/Headers/cpuid.c