From: Richard Smith Date: Thu, 6 Oct 2016 21:31:04 +0000 (+0000) Subject: Add another .def file to module map to fix modules buildbot's displeasure. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ce105ac2d0dd099410a2021113bedfacc87788b3;p=clang 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 --- 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"