2013/8/30 Hans Wennborg <[email protected]> > On Fri, Aug 30, 2013 at 12:04 PM, Timur Iskhodzhanov > <[email protected]> wrote: > > > > 2013/8/28 Timur Iskhodzhanov <[email protected]> > >> > >> 2013/8/27 Hans Wennborg <[email protected]> > >>> > >>> + llvm::sys::path::append( > >>> + LibSanitizer, "lib", "windows", "clang_rt.asan-i386.lib"); > >> > >> > >> Can you also add "-debug" to the linker flags when using ASan? > > > > > > Can you also add -incremental:no ? > > r189664 >
Awesome, thanks! > A generic -Xlink support is welcome too :) > > clang-cl supports /link actually, which forwards all following > arguments to the linker. > OK, will use it then :) > > - Hans >
_______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
