mirror of
https://github.com/opnsense/src.git
synced 2026-03-18 00:25:50 -04:00
13 lines
301 B
Text
13 lines
301 B
Text
// 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 *
|
|
}
|