[PATCH] D67542: Fix depfile name construction

Nico Weber via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Sep 13 18:34:02 PDT 2019


thakis added inline comments.


================
Comment at: cfe/trunk/lib/Driver/ToolChains/Clang.cpp:6076
+
+  return Args.MakeArgString(std::string(getBaseInputStem(Args, Inputs)) + ".d");
 }
----------------
Can you use llvm::Twine() instead of std::string() here?


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D67542/new/

https://reviews.llvm.org/D67542





More information about the cfe-commits mailing list