Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/clang
diff options
context:
space:
mode:
authorJonas Devlieghere <jonas@devlieghere.com>2022-03-14 19:40:24 +0300
committerJonas Devlieghere <jonas@devlieghere.com>2022-03-14 19:43:13 +0300
commitdf6fcef2b8330afd08a3c76e6a01cb5ada6b1aa9 (patch)
tree0b0bb13b409e45e5a29a893248b44c05136ecccc /clang
parent4fc7c55ffff1bb2b23fc022331b82b086d4b03b4 (diff)
Fix the implicit module build (2/2)
This fixes the implicit module build after b1b4b6f36695 broke the LLDB build: https://green.lab.llvm.org/green/view/LLDB/job/lldb-cmake/42084/ My previous commit didn't have the modulemap change staged.
Diffstat (limited to 'clang')
-rw-r--r--clang/include/clang/module.modulemap1
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/include/clang/module.modulemap b/clang/include/clang/module.modulemap
index 981f32aa25a1..aca4d5ab919a 100644
--- a/clang/include/clang/module.modulemap
+++ b/clang/include/clang/module.modulemap
@@ -51,6 +51,7 @@ module Clang_Basic {
textual header "Basic/BuiltinsSVE.def"
textual header "Basic/BuiltinsSystemZ.def"
textual header "Basic/BuiltinsVE.def"
+ textual header "Basic/BuiltinsVEVL.gen.def"
textual header "Basic/BuiltinsWebAssembly.def"
textual header "Basic/BuiltinsX86.def"
textual header "Basic/BuiltinsX86_64.def"