On Tue, Nov 29, 2011 at 6:00 PM, Anton Korobeynikov <[email protected] > 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 > [email protected] > http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits >
_______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
