Use the cpuid 64 bit flag to pick the default CPU name for an unknown model.
[oota-llvm.git] / 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