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