Searched defs:SystemZLibDirs (Results 1 - 1 of 1) sorted by last modified time

/external/clang/lib/Driver/
H A DToolChains.cpp1399 static const char *const SystemZLibDirs[] = { "/lib64", "/lib" }; local
1571 LibDirs.append(SystemZLibDirs,
1572 SystemZLibDirs + llvm::array_lengthof(SystemZLibDirs));

Completed in 74 milliseconds