[cfe-commits] r145467 - /cfe/trunk/lib/Driver/Tools.cpp
Anton Korobeynikov
anton at korobeynikov.info
Tue Nov 29 18:00:46 PST 2011
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" ?
--
With best regards, Anton Korobeynikov
Faculty of Mathematics and Mechanics, Saint Petersburg State University
More information about the cfe-commits
mailing list