[PATCH] D50850: clang: Add triples support for MIPS r6
Simon Atanasyan via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Oct 15 22:18:18 PDT 2018
atanasyan added a comment.
Could you please rebase this patch against the trunk?
================
Comment at: lib/Driver/ToolChains/Linux.cpp:717
+ const StringRef MIPS64R6ELMultiarchIncludeDirs[] = {
+ "/usr/include/mipsisa64r6el-linux-gnu",
+ "/usr/include/mipsisa64r6el-linux-gnuabi64"};
----------------
If we drop `mipsisa64r6-linux-gnu`, `mipsisa64r6el-linux-gnu` triples in the `getMultiarchTriple` function, why do we need these triple here?
https://reviews.llvm.org/D50850
More information about the cfe-commits
mailing list