Searched refs:BlibPathStr (Results 1 – 1 of 1) sorted by relevance
251 std::string BlibPathStr = ""; in ConstructJob() local253 BlibPathStr += dir + ":"; in ConstructJob()254 BlibPathStr += "/usr/lib:/lib"; in ConstructJob()255 CmdArgs.push_back(Args.MakeArgString(Twine("-blibpath:") + BlibPathStr)); in ConstructJob()