Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[X86] Fix test Clang::CodeGen/builtin-cpu-supports.c failure
The test failed after llvm@8ad32ce In https://github.com/gcc-mirror/gcc/blob/master/gcc/common/config/i386/i386-cpuinfo.h FEATURE_AVX512CD = 23 and FEATURE_AVX512VBMI = 26, we should only add 2 features between them. New features should be inserted at the end.
- Loading branch information