Home
last modified time | relevance | path

Searched refs:getRepository (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lld/Common/
H A DVersion.cpp29 static std::string getRepository() { in getRepository() function
42 return "LLD " + std::string(LLD_VERSION_STRING) + getRepository(); in getLLDVersion()