Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | IR: Replace the "Linker Options" module flag with "llvm.linker.options" ↵ | Peter Collingbourne | 2017-06-12 | 1 | -3/+1 |
| | | | | | | | | | | named metadata. The new metadata is easier to manipulate than module flags. Differential Revision: https://reviews.llvm.org/D31349 llvm-svn: 305227 | ||||
* | Introduce -fsanitize-stats flag. | Peter Collingbourne | 2016-01-16 | 1 | -0/+8 |
This is part of a new statistics gathering feature for the sanitizers. See clang/docs/SanitizerStats.rst for further info and docs. Differential Revision: http://reviews.llvm.org/D16175 llvm-svn: 257971 |