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 ? Interestingly, the stack traces are very different when using incremental linking, even when there's no .ilk file. A generic -Xlink support is welcome too :)
_______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
