aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/module.modulemap.build
blob: 0f6f82af6e1258a9a709959e8c03574deab17d84 (plain) (blame)
1
2
3
4
5
6
7
8
9
// 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 *
}