From ce105ac2d0dd099410a2021113bedfacc87788b3 Mon Sep 17 00:00:00 2001 From: Richard Smith <richard-llvm@metafoo.co.uk> Date: Thu, 6 Oct 2016 21:31:04 +0000 Subject: [PATCH] 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 --- include/clang/module.modulemap | 1 + 1 file changed, 1 insertion(+) diff --git a/include/clang/module.modulemap b/include/clang/module.modulemap index 7fa8b82515e..3b423811002 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" -- GitLab