aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/module.modulemap.build
blob: 7150fe93935f98d77634f32f49c6ac1d12ea85e8 (plain)
1
2
3
4
5
// This is copied into the build area for a $src != $build compilation.
module LLVM_Support_DataTypes {
  header "Support/DataTypes.h"
  export *
}