Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Extend -Bprefix functionality and make it closer to gcc. If the "prefix" | Simon Atanasyan | 2012-10-31 | 1 | -0/+0 |
is not a directory, Driver::GetProgramPath() routine does not try to append the program name as a "path component" to it. It just joins the "prefix" with the program name and checks the resulting path existence. The patch reviewed by Rafael Espindola. llvm-svn: 167114 |