llvm-for-llvmta/include/llvm/module.modulemap.build

14 lines
301 B
Plaintext
Raw Normal View History

2022-04-25 10:02:23 +02:00
// 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 *
}