2014-05-21 04:46:14 +02:00
|
|
|
// This is copied into the build area for a $src != $build compilation.
|
|
|
|
module LLVM_Support_DataTypes {
|
|
|
|
header "Support/DataTypes.h"
|
|
|
|
export *
|
|
|
|
}
|
2016-12-01 20:08:38 +01:00
|
|
|
module LLVM_Config_ABI_Breaking {
|
|
|
|
header "Config/abi-breaking.h"
|
|
|
|
export *
|
|
|
|
}
|