r283498 - Add another .def file to module map to fix modules buildbot's displeasure.

Richard Smith via cfe-commits cfe-commits at lists.llvm.org
Thu Oct 6 14:31:04 PDT 2016


Author: rsmith
Date: Thu Oct  6 16:31:04 2016
New Revision: 283498

URL: http://llvm.org/viewvc/llvm-project?rev=283498&view=rev
Log:
Add another .def file to module map to fix modules buildbot's displeasure.

Modified:
    cfe/trunk/include/clang/module.modulemap

Modified: cfe/trunk/include/clang/module.modulemap
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/module.modulemap?rev=283498&r1=283497&r2=283498&view=diff
==============================================================================
--- cfe/trunk/include/clang/module.modulemap (original)
+++ cfe/trunk/include/clang/module.modulemap Thu Oct  6 16:31:04 2016
@@ -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"




More information about the cfe-commits mailing list