[PATCH] D110663: [Driver] Support Debian multiarch style lib/clang/14.0.0/x86_64-linux-gnu runtime path
Shoaib Meenai via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Sep 28 16:00:54 PDT 2021
smeenai added inline comments.
================
Comment at: clang/lib/Driver/ToolChain.cpp:494
+ std::string Ret(P);
+ // When LLVM_DEFAULT_TARGET_TRIPLE uses Debian multiarch style
+ // "x86_64-linux-gnu" (no vendor part), use the unnormalized
----------------
This is effectively reverting the change to this function made in D101194 (and amended in rG36430d44edba), except it prefers the normalized triple over the unnormalized triple, right? Does `getStdlibPath` need to be changed as well?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D110663/new/
https://reviews.llvm.org/D110663
More information about the cfe-commits
mailing list