diff options
Diffstat (limited to 'external/apache2/llvm/include/module.modulemap')
| -rw-r--r-- | external/apache2/llvm/include/module.modulemap | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/external/apache2/llvm/include/module.modulemap b/external/apache2/llvm/include/module.modulemap new file mode 100644 index 00000000000..162a262a00a --- /dev/null +++ b/external/apache2/llvm/include/module.modulemap @@ -0,0 +1,13 @@ +// This is copied into the build area for a $src != $build compilation. +module LLVM_Support_DataTypes { + header "Support/DataTypes.h" + export * +} +module LLVM_Config_ABI_Breaking { + header "Config/abi-breaking.h" + export * +} +module LLVM_Config_Config { + header "Config/llvm-config.h" + export * +} |
