commit | cd08139865f27b84f40b91b01efb5d478ad7a0dd | [log] [tgz] |
---|---|---|
author | Yi Kong <Yi.Kong@arm.com> | Wed Jul 23 09:00:21 2014 +0000 |
committer | Yi Kong <Yi.Kong@arm.com> | Wed Jul 23 09:00:21 2014 +0000 |
tree | ecdc24f6164536482e8325400543f4c5dd16e8d0 | |
parent | bd0c457663383a9eea7b40a9dc815af79db30ece [diff] [blame] |
Add module map entry for ARM ACLE header file llvm-svn: 213731
diff --git a/clang/lib/Headers/module.modulemap b/clang/lib/Headers/module.modulemap index 64b2889..93e4d65 100644 --- a/clang/lib/Headers/module.modulemap +++ b/clang/lib/Headers/module.modulemap
@@ -7,6 +7,11 @@ explicit module arm { requires arm + explicit module acle { + header "arm_acle.h" + export * + } + explicit module neon { requires neon header "arm_neon.h"