[all-commits] [llvm/llvm-project] 4acee5: Revert "[clang][X86] Add __cpuidex function to cpu...
Aiden Grossman via All-commits
all-commits at lists.llvm.org
Wed May 17 22:41:35 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4acee5b5cfa462af66225acda7d3d9efe1036aa9
https://github.com/llvm/llvm-project/commit/4acee5b5cfa462af66225acda7d3d9efe1036aa9
Author: Aiden Grossman <agrossman154 at yahoo.com>
Date: 2023-05-18 (Thu, 18 May 2023)
Changed paths:
M clang/lib/Headers/cpuid.h
M clang/test/Headers/cpuid.c
Log Message:
-----------
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.
More information about the All-commits
mailing list