зеркало из https://github.com/microsoft/clang-1.git
fix a hard coded version number, PR8031. Patch by 'nobled'.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@112970 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Родитель
8e9006bb31
Коммит
3f2cc6f42b
|
@ -1084,7 +1084,8 @@ Tool &AuroraUX::SelectTool(const Compilation &C, const JobAction &JA) const {
|
|||
|
||||
Linux::Linux(const HostInfo &Host, const llvm::Triple& Triple)
|
||||
: Generic_GCC(Host, Triple) {
|
||||
getFilePaths().push_back(getDriver().Dir + "/../lib/clang/1.0/");
|
||||
getFilePaths().push_back(getDriver().Dir +
|
||||
"/../lib/clang/" CLANG_VERSION_STRING "/");
|
||||
getFilePaths().push_back("/lib/");
|
||||
getFilePaths().push_back("/usr/lib/");
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче