]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - contrib/llvm/tools/clang/include/clang-c/module.modulemap
MFV r319739: 8005 poor performance of 1MB writes on certain RAID-Z configurations
[FreeBSD/FreeBSD.git] / contrib / llvm / tools / clang / include / clang-c / module.modulemap
1 module Clang_C {
2   umbrella "."
3   module * { export * }
4 }