Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-src
Path: blob/main/contrib/llvm-project/llvm/include/module.modulemap.build
35148 views
1
// This is copied into the build area for a $src != $build compilation.
2
module LLVM_Support_DataTypes {
3
header "llvm/Support/DataTypes.h"
4
export *
5
}
6
module LLVM_Config_ABI_Breaking {
7
header "llvm/Config/abi-breaking.h"
8
export *
9
}
10
module LLVM_Config_Config {
11
header "llvm/Config/llvm-config.h"
12
export *
13
}
14
15