Add module map entry for ARM ACLE header file
authorYi Kong <Yi.Kong@arm.com>
Wed, 23 Jul 2014 09:00:21 +0000 (09:00 +0000)
committerYi Kong <Yi.Kong@arm.com>
Wed, 23 Jul 2014 09:00:21 +0000 (09:00 +0000)
llvm-svn: 213731

clang/lib/Headers/module.modulemap

index 64b2889..93e4d65 100644 (file)
@@ -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"