[cfe-commits] r145467 - /cfe/trunk/lib/Driver/Tools.cpp
Chandler Carruth
chandlerc at google.com
Tue Nov 29 18:21:57 PST 2011
On Tue, Nov 29, 2011 at 6:00 PM, Anton Korobeynikov <anton at korobeynikov.info
> wrote:
> Hi Kostya,
>
> > + // LibAsan is "../lib/clang/linux/ArchName/libclang_rt.asan.a
> > + llvm::SmallString<128> LibAsan =
> > + llvm::sys::path::parent_path(StringRef(TC.getDriver().Dir));
> Shouldn't this be relative wrt "resource dir" ?
>
Please look at the discussion i recently tried to start about where to put
such runtime libraries. Chiming in there would be welcome; currently I'm
still liking my plan of using triple-based directories beneath the resource
dir.
>
> --
> With best regards, Anton Korobeynikov
> Faculty of Mathematics and Mechanics, Saint Petersburg State University
>
> _______________________________________________
> cfe-commits mailing list
> cfe-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20111129/fc2a84aa/attachment.html>
More information about the cfe-commits
mailing list