Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DPS4CPU.cpp454 SmallString<128> SDKRootDir; in PS4PS5Base() local
457 SDKRootDir = EnvValue; in PS4PS5Base()
460 SDKRootDir = D.Dir + "/../../"; in PS4PS5Base()
480 OverrideRoot(options::OPT__sysroot_EQ, SDKLibraryRootDir, SDKRootDir); in PS4PS5Base()