[PATCH] D16175: Introduce -fsanitize-stats flag.
Ivan Krasin via cfe-commits
cfe-commits at lists.llvm.org
Thu Jan 14 11:37:04 PST 2016
krasin1 added a subscriber: krasin1.
krasin1 accepted this revision.
krasin1 added a reviewer: krasin1.
krasin1 added a comment.
This revision is now accepted and ready to land.
LGTM
================
Comment at: lib/Driver/SanitizerArgs.cpp:560
@@ +559,3 @@
+ LinkerOptionFlag = "--linker-option=/include:";
+ if (TC.getTriple().getArch() == llvm::Triple::x86)
+ LinkerOptionFlag += '_';
----------------
A comment about why does this underscore is needed for x86 is appreciated.
http://reviews.llvm.org/D16175
More information about the cfe-commits
mailing list