Sign in
ara-mdk
/
platform
/
external
/
llvm
/
09a01e92d09849cd8bd0e867ac68ab1da7efb26d
/
.
/
lib
/
Support
/
Locale.cpp
blob: 17b9b6c47d60c9565acb06c15bd04a6c6b43d7e4 [
file
] [
log
] [
blame
]
#include
"llvm/Support/Locale.h"
#include
"llvm/Config/config.h"
#ifdef
__APPLE__
#include
"LocaleXlocale.inc"
#elif
LLVM_ON_WIN32
#include
"LocaleWindows.inc"
#else
#include
"LocaleGeneric.inc"
#endif