From 157af1ad74da84a06055d108d8d0b5e84904c6a4 Mon Sep 17 00:00:00 2001 From: Eric Fiselier Date: Fri, 1 Jun 2018 22:51:59 +0000 Subject: [PATCH] Add Features.def to module map llvm-svn: 333802 --- clang/include/clang/module.modulemap | 1 + 1 file changed, 1 insertion(+) diff --git a/clang/include/clang/module.modulemap b/clang/include/clang/module.modulemap index 4097ad2dc716..6993943c1c52 100644 --- a/clang/include/clang/module.modulemap +++ b/clang/include/clang/module.modulemap @@ -42,6 +42,7 @@ module Clang_Basic { textual header "Basic/BuiltinsX86_64.def" textual header "Basic/BuiltinsXCore.def" textual header "Basic/DiagnosticOptions.def" + textual header "Basic/Features.def" textual header "Basic/LangOptions.def" textual header "Basic/OpenCLExtensions.def" textual header "Basic/OpenCLImageTypes.def"