diff options
| author | Bruno Cardoso Lopes <bruno.cardoso@gmail.com> | 2017-10-24 06:18:52 +0000 |
|---|---|---|
| committer | Bruno Cardoso Lopes <bruno.cardoso@gmail.com> | 2017-10-24 06:18:52 +0000 |
| commit | 2555e41b4e933c01bb7fe651ad8520b35d9eeaca (patch) | |
| tree | 777f307444d70efb55a4b5950f8a63b27941cc85 /llvm | |
| parent | 2251c79aba5af528e7f8fc40e6b4e116230672b8 (diff) | |
| download | bcm5719-llvm-2555e41b4e933c01bb7fe651ad8520b35d9eeaca.tar.gz bcm5719-llvm-2555e41b4e933c01bb7fe651ad8520b35d9eeaca.zip | |
[Modules] Add module for Config/llvm-config.h
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
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/include/llvm/module.modulemap.build | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/llvm/include/llvm/module.modulemap.build b/llvm/include/llvm/module.modulemap.build index 0f6f82af6e1..162a262a00a 100644 --- a/llvm/include/llvm/module.modulemap.build +++ b/llvm/include/llvm/module.modulemap.build @@ -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 * +} |

