diff options
Diffstat (limited to 'clang/include/module.modulemap')
| -rw-r--r-- | clang/include/module.modulemap | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/clang/include/module.modulemap b/clang/include/module.modulemap index 6ea613c70306..52395ee9b0fc 100644 --- a/clang/include/module.modulemap +++ b/clang/include/module.modulemap @@ -49,6 +49,9 @@ module Clang_Basic { textual header "clang/Basic/BuiltinsHexagonDep.def" textual header "clang/Basic/BuiltinsHexagonMapCustomDep.def" textual header "clang/Basic/BuiltinsLoongArch.def" + textual header "clang/Basic/BuiltinsLoongArchBase.def" + textual header "clang/Basic/BuiltinsLoongArchLSX.def" + textual header "clang/Basic/BuiltinsLoongArchLASX.def" textual header "clang/Basic/BuiltinsMips.def" textual header "clang/Basic/BuiltinsNEON.def" textual header "clang/Basic/BuiltinsNVPTX.def" @@ -65,6 +68,7 @@ module Clang_Basic { textual header "clang/Basic/BuiltinsX86_64.def" textual header "clang/Basic/BuiltinsXCore.def" textual header "clang/Basic/CodeGenOptions.def" + textual header "clang/Basic/DebugOptions.def" textual header "clang/Basic/DiagnosticOptions.def" textual header "clang/Basic/Features.def" textual header "clang/Basic/FPOptions.def" |
