[Modules] Add module for Config/llvm-config.h
authorBruno Cardoso Lopes <bruno.cardoso@gmail.com>
Tue, 24 Oct 2017 06:18:52 +0000 (06:18 +0000)
committerBruno Cardoso Lopes <bruno.cardoso@gmail.com>
Tue, 24 Oct 2017 06:18:52 +0000 (06:18 +0000)
Besides all the goodness from modularizing a header, this is necessary
to compile ToT with modules with the clang host compiler from Xcode 9 in
macOS 10.13, which our bots don't use yet.

rdar://problem/35038151

llvm-svn: 316414

llvm/include/llvm/module.modulemap.build

index 0f6f82a..162a262 100644 (file)
@@ -7,3 +7,7 @@ module LLVM_Config_ABI_Breaking {
   header "Config/abi-breaking.h"
   export *
 }
+module LLVM_Config_Config {
+  header "Config/llvm-config.h"
+  export *
+}