[PATCH] D92677: Provide default location of sysroot for Baremetal toolchain.

Jon Roelofs via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Dec 4 13:34:42 PST 2020


jroelofs added inline comments.


================
Comment at: clang/lib/Driver/ToolChains/BareMetal.cpp:105
+
+  return std::string(SysRootDir);
+}
----------------
did `return SysRootDir;` not work? Why do you need the explicit std::string ctor call?


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

https://reviews.llvm.org/D92677



More information about the cfe-commits mailing list