xref: /netbsd-src/external/apache2/llvm/include/module.modulemap (revision 53b02e147d4ed531c0d2a5ca9b3e8026ba3e99b5)
1// This is copied into the build area for a $src != $build compilation.
2module LLVM_Support_DataTypes {
3  header "Support/DataTypes.h"
4  export *
5}
6module LLVM_Config_ABI_Breaking {
7  header "Config/abi-breaking.h"
8  export *
9}
10module LLVM_Config_Config {
11  header "Config/llvm-config.h"
12  export *
13}
14