llvm-project
13 строк · 316.0 Байт
1// This is copied into the build area for a $src != $build compilation.
2module LLVM_Support_DataTypes {
3header "llvm/Support/DataTypes.h"
4export *
5}
6module LLVM_Config_ABI_Breaking {
7header "llvm/Config/abi-breaking.h"
8export *
9}
10module LLVM_Config_Config {
11header "llvm/Config/llvm-config.h"
12export *
13}
14