[PATCH] D101051: [clang][deps] Only generate absolute paths when asked to

Duncan P. N. Exon Smith via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Apr 23 10:08:17 PDT 2021


dexonsmith accepted this revision.
dexonsmith added a comment.
This revision is now accepted and ready to land.

LGTM, with one nit to pick.



================
Comment at: clang/tools/clang-scan-deps/ClangScanDeps.cpp:392
     std::vector<ModuleID> ModuleDeps;
-    std::vector<std::string> AdditonalCommandLine;
+    std::vector<std::string> AdditionalCommandLine;
   };
----------------
Please land this spelling correction separately.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D101051



More information about the cfe-commits mailing list