aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/llvm12/include/llvm/module.modulemap.build
blob: 162a262a00a782ba7638407d164d3d632cf1b9ce (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
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 *
}