Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/lib/Driver/
H A DDarwinLdDriver.cpp151 std::string fixedPath = path; in canonicalizePath() local
152 std::replace(fixedPath.begin(), fixedPath.end(), sep, '/'); in canonicalizePath()
153 return fixedPath; in canonicalizePath()