diff options
author | Yi Kong <Yi.Kong@arm.com> | 2014-07-23 09:00:21 +0000 |
---|---|---|
committer | Yi Kong <Yi.Kong@arm.com> | 2014-07-23 09:00:21 +0000 |
commit | cd08139865f27b84f40b91b01efb5d478ad7a0dd (patch) | |
tree | ecdc24f6164536482e8325400543f4c5dd16e8d0 | |
parent | bd0c457663383a9eea7b40a9dc815af79db30ece (diff) | |
download | bcm5719-llvm-cd08139865f27b84f40b91b01efb5d478ad7a0dd.tar.gz bcm5719-llvm-cd08139865f27b84f40b91b01efb5d478ad7a0dd.zip |
Add module map entry for ARM ACLE header file
llvm-svn: 213731
-rw-r--r-- | clang/lib/Headers/module.modulemap | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/clang/lib/Headers/module.modulemap b/clang/lib/Headers/module.modulemap index 64b28892975..93e4d65b8f1 100644 --- a/clang/lib/Headers/module.modulemap +++ b/clang/lib/Headers/module.modulemap @@ -7,6 +7,11 @@ module _Builtin_intrinsics [system] { explicit module arm { requires arm + explicit module acle { + header "arm_acle.h" + export * + } + explicit module neon { requires neon header "arm_neon.h" |