mirror of
https://github.com/opnsense/src.git
synced 2026-04-24 07:37:25 -04:00
6 lines
148 B
Text
6 lines
148 B
Text
|
|
// This is copied into the build area for a $src != $build compilation.
|
||
|
|
module LLVM_Support_DataTypes {
|
||
|
|
header "Support/DataTypes.h"
|
||
|
|
export *
|
||
|
|
}
|