listout marked an inline comment as done. listout added a comment. @barannikov88 made some changes. What do you think?
================ Comment at: clang/lib/Driver/ToolChains/Linux.cpp:49 + std::string EnvName = TargetTriple.isMusl() ? "musl" : "gnu"; + ---------------- barannikov88 wrote: > * `!isMusl()` does not mean it is "gnu". > * Why don't just use `Triple::getEnvironmentTypeName`? > Sure, I'll change the patch CHANGES SINCE LAST ACTION https://reviews.llvm.org/D131563/new/ https://reviews.llvm.org/D131563 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits