Add another .def file to module map to fix modules buildbot's displeasure.
authorRichard Smith <richard-llvm@metafoo.co.uk>
Thu, 6 Oct 2016 21:31:04 +0000 (21:31 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Thu, 6 Oct 2016 21:31:04 +0000 (21:31 +0000)
llvm-svn: 283498

clang/include/clang/module.modulemap

index 7fa8b82..3b42381 100644 (file)
@@ -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"