]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - contrib/llvm/lib/Support/Locale.cpp
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.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