| commit | 751510cd78fb15f677b5cdebfedee6a28ad2ad99 | [log] [tgz] |
|---|---|---|
| author | Simon Atanasyan <simon@atanasyan.com> | Tue Apr 02 18:03:31 2019 +0000 |
| committer | Simon Atanasyan <simon@atanasyan.com> | Tue Apr 02 18:03:31 2019 +0000 |
| tree | 0f321aab7ec0e51c803c72f5abcce0121ed81a7b | |
| parent | 27c0f204d79ecb1b1bc8f202cd86de379c439c0c [diff] |
[driver][mips] Check both `gnuabi64` and `gnu` suffixes in `getMultiarchTriple` In case of N64 ABI toolchain paths migth have `mips-linux-gnuabi64` or `mips-linux-gnu` directory regardless of selected environment. Check both variants while detecting a multiarch triple. Fix for the bug https://bugs.llvm.org/show_bug.cgi?id=41204 llvm-svn: 357506