aboutsummaryrefslogtreecommitdiff
path: root/llvm/include/module.modulemap.build
blob: 2a5b23f2a41283a208a55a94418fda5374d5c0b7 (plain)
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 "llvm/Support/DataTypes.h"
  export *
}
module LLVM_Config_ABI_Breaking {
  header "llvm/Config/abi-breaking.h"
  export *
}
module LLVM_Config_Config {
  header "llvm/Config/llvm-config.h"
  export *
}