]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - contrib/llvm/lib/Support/Locale.cpp
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / contrib / llvm / lib / Support / Locale.cpp
1 #include "llvm/Support/Locale.h"
2 #include "llvm/Config/config.h"
3
4 #ifdef __APPLE__
5 #include "LocaleXlocale.inc"
6 #elif LLVM_ON_WIN32
7 #include "LocaleWindows.inc"
8 #else
9 #include "LocaleGeneric.inc"
10 #endif