Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
a1514e24cc24b050f53a12650e047799358833a1
/
.
/
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