If it will not, I'm reverting the both commits.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@213645
91177308-0d34-0410-b5e6-
96231b3b80d8
arm_acle.h
avxintrin.h
avx2intrin.h
+ avx512fintrin.h
+ avx512erintrin.h
bmiintrin.h
bmi2intrin.h
emmintrin.h
header "avx2intrin.h"
}
+ explicit module avx512f {
+ requires avx512f
+ export avx2
+ header "avx512fintrin.h"
+ }
+
+ explicit module avx512er {
+ requires avx512er
+ header "avx512erintrin.h"
+ }
+
explicit module bmi {
requires bmi
header "bmiintrin.h"