Displaying 1 result from an estimated 1 matches for "collectlibdirsandtriples".
2013 Jan 10
3
[LLVMdev] Porting LLVM, clang et al. to GNU/Hurd
...n 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 mean something like "not
depending on the Linux kernel but still glibc". In GCC we use files such
as gnu-user.h for this purpose, meaning GNU user-space (as def...