[PATCH] D30733: [Driver] Add arch-specific rpath for libc++

Pirama Arumuga Nainar via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Mar 13 15:43:25 PDT 2017


pirama added inline comments.


================
Comment at: lib/Driver/ToolChain.cpp:652
+    // libc++ may be installed per arch.
+    addArchSpecificRPath(*this, Args, CmdArgs);
     break;
----------------
Hahnfeld wrote:
> pirama wrote:
> > `addArchSpecificRPath` is a static function in Tools.cpp and isn't visible here.
> No, it's not since recent refactoring. I do compile test my changes usually ;-)
My bad.  I'd have found about it if I actually sync to ToT more often than once a week.


https://reviews.llvm.org/D30733





More information about the cfe-commits mailing list