[clang] 1cc09dc - Add missing module map entry.

Adrian Prantl via cfe-commits cfe-commits at lists.llvm.org
Wed Mar 18 10:50:55 PDT 2020


Author: Adrian Prantl
Date: 2020-03-18T10:50:45-07:00
New Revision: 1cc09dcefccec247c8d53c652b29dd3c286e9cf6

URL: https://github.com/llvm/llvm-project/commit/1cc09dcefccec247c8d53c652b29dd3c286e9cf6
DIFF: https://github.com/llvm/llvm-project/commit/1cc09dcefccec247c8d53c652b29dd3c286e9cf6.diff

LOG: Add missing module map entry.

Added: 
    

Modified: 
    clang/include/clang/module.modulemap

Removed: 
    


################################################################################
diff  --git a/clang/include/clang/module.modulemap b/clang/include/clang/module.modulemap
index af1322acc289..15f891c15340 100644
--- a/clang/include/clang/module.modulemap
+++ b/clang/include/clang/module.modulemap
@@ -45,6 +45,7 @@ module Clang_Basic {
   textual header "Basic/BuiltinsNEON.def"
   textual header "Basic/BuiltinsNVPTX.def"
   textual header "Basic/BuiltinsPPC.def"
+  textual header "Basic/BuiltinsSVE.def"
   textual header "Basic/BuiltinsSystemZ.def"
   textual header "Basic/BuiltinsWebAssembly.def"
   textual header "Basic/BuiltinsX86.def"


        


More information about the cfe-commits mailing list