Displaying 1 result from an estimated 1 matches for "getosdefin".
Did you mean:
getosdefines
2013 Jan 10
3
[LLVMdev] Porting LLVM, clang et al. to GNU/Hurd
...naming LinuxDistrib to [something]Distrib (and likewise for similar
cases), and then introduce specializations for the respective operating
system kernels in the very few places where it is needed, such as which
standard preprocessor defines there are
([clang]/lib/Basic/Targets.cpp:LinuxTargetInfo::getOSDefines), or how the
target specifier maps to include and library directories
([clang]/lib/Driver/ToolChains.cpp:Generic_GCC::GCCInstallationDetector::CollectLibDirsAndTriples,
for example).
The question is what LinuxDistrib, LinuxTargetInfo, and a few others
should be renamed to; we need new names to m...