]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - include/llvm/module.modulemap.build
Vendor import of llvm RELEASE_350/final tag r216957 (effectively, 3.5.0 release):
[FreeBSD/FreeBSD.git] / include / llvm / module.modulemap.build
1 // This is copied into the build area for a $src != $build compilation.
2 module LLVM_Support_DataTypes {
3   header "Support/DataTypes.h"
4   export *
5 }