зеркало из https://github.com/microsoft/clang-1.git
Fix a silly bug introduced in r142133.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@142134 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Родитель
7a09d012f6
Коммит
16a6355248
|
@ -1694,13 +1694,13 @@ private:
|
|||
// up to the lib directory.
|
||||
const std::string Suffixes[] = {
|
||||
"/gcc/" + CandidateTriple.str(),
|
||||
CandidateTriple.str() + "/gcc/" + CandidateTriple.str(),
|
||||
"/" + CandidateTriple.str() + "/gcc/" + CandidateTriple.str(),
|
||||
|
||||
// Ubuntu has a strange mis-matched pair of triples that this happens to
|
||||
// match.
|
||||
// FIXME: It may be worthwhile to generalize this and look for a second
|
||||
// triple.
|
||||
CandidateTriple.str() + "/gcc/i686-linux-gnu"
|
||||
"/" + CandidateTriple.str() + "/gcc/i686-linux-gnu"
|
||||
};
|
||||
const std::string InstallSuffixes[] = {
|
||||
"/../../..",
|
||||
|
|
Загрузка…
Ссылка в новой задаче