aboutsummaryrefslogtreecommitdiff
path: root/include/clang/module.modulemap
diff options
context:
space:
mode:
authorRichard Smith <richard-llvm@metafoo.co.uk>2016-10-06 21:31:04 +0000
committerRichard Smith <richard-llvm@metafoo.co.uk>2016-10-06 21:31:04 +0000
commitce105ac2d0dd099410a2021113bedfacc87788b3 (patch)
treef26b13e73c32b6ffb3c8595e11c54282d8a5bf21 /include/clang/module.modulemap
parente99b50ab30b2d3015829e8232c9dc3e0deed696f (diff)
Add another .def file to module map to fix modules buildbot's displeasure.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@283498 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/clang/module.modulemap')
-rw-r--r--include/clang/module.modulemap1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/clang/module.modulemap b/include/clang/module.modulemap
index 7fa8b82515..3b42381100 100644
--- a/include/clang/module.modulemap
+++ b/include/clang/module.modulemap
@@ -38,6 +38,7 @@ module Clang_Basic {
textual header "Basic/BuiltinsSystemZ.def"
textual header "Basic/BuiltinsWebAssembly.def"
textual header "Basic/BuiltinsX86.def"
+ textual header "Basic/BuiltinsX86_64.def"
textual header "Basic/BuiltinsXCore.def"
textual header "Basic/DiagnosticOptions.def"
textual header "Basic/LangOptions.def"