[clang] 1adb898 - Mark headers as textual and unbreak the modules build
Adrian Prantl via cfe-commits
cfe-commits at lists.llvm.org
Tue Oct 31 09:11:03 PDT 2023
Author: Adrian Prantl
Date: 2023-10-31T09:10:50-07:00
New Revision: 1adb898e2db980fc402b8eac7ebc762c75d05826
URL: https://github.com/llvm/llvm-project/commit/1adb898e2db980fc402b8eac7ebc762c75d05826
DIFF: https://github.com/llvm/llvm-project/commit/1adb898e2db980fc402b8eac7ebc762c75d05826.diff
LOG: Mark headers as textual and unbreak the modules build
Added:
Modified:
clang/include/module.modulemap
Removed:
################################################################################
diff --git a/clang/include/module.modulemap b/clang/include/module.modulemap
index 6ea613c70306fa1..7dbb7cf02b4f82c 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"
More information about the cfe-commits
mailing list