This patch moves getCompilerRT() from the clang::driver::tools namespace to
the ToolChain class. This is needed for multilib toolchains that need to
place their libraries in Clang's resource directory with a layout that is
different from the default one.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
LGTM with a nit.
include/clang/Driver/ToolChain.h | ||
---|---|---|
253 ↗ | (On Diff #36225) | Return std::string for consistency with other methods. |