This is part of a new statistics gathering feature for the sanitizers.
See clang/docs/SanitizerStats.rst for further info and docs.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
LGTM
lib/Driver/SanitizerArgs.cpp | ||
---|---|---|
560 | A comment about why does this underscore is needed for x86 is appreciated. |
Comment Actions
- Switch to an alternative in-memory representation that avoids the need for linker magic
Comment Actions
- Add note about win32 function name mangling
- Stop using -whole-archive to link the stats runtime
A comment about why does this underscore is needed for x86 is appreciated.