bolt/deps/llvm-18.1.8/llvm/include/module.modulemap.build

14 lines
316 B
Text
Raw Normal View History

2025-02-14 19:21:04 +01:00
// 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 *
}