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

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to