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:
Strahinja Val Markovic 2014-01-12 12:23:12 -08:00
parent f30857df22
commit 5c90ef8c9f

View File

@ -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 *