Fix module.map to not include missing header
This is actually a clang bug that's still present upstream at the time of writing; the module.map refers to an "anm_neon.h" file that doesn't actually exist in the folder. Fixes #769
This commit is contained in:
parent
f30857df22
commit
5c90ef8c9f
@ -4,16 +4,6 @@ module _Builtin_intrinsics [system] {
|
|||||||
header "altivec.h"
|
header "altivec.h"
|
||||||
}
|
}
|
||||||
|
|
||||||
explicit module arm {
|
|
||||||
requires arm
|
|
||||||
|
|
||||||
explicit module neon {
|
|
||||||
requires neon
|
|
||||||
header "arm_neon.h"
|
|
||||||
export *
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
explicit module intel {
|
explicit module intel {
|
||||||
requires x86
|
requires x86
|
||||||
export *
|
export *
|
||||||
|
Loading…
Reference in New Issue
Block a user