summaryrefslogtreecommitdiffstats
path: root/compiler-rt/test/dfsan/label_count.c
Commit message (Collapse)AuthorAgeFilesLines
* [DFSan] Remove explicit -m64 from RUN lines.Alexey Samsonov2015-03-021-6/+6
| | | | | | Target-specific flags should usually be configured by CMake/lit. llvm-svn: 230997
* Add %run to all lit testsGreg Fitzgerald2014-04-301-2/+2
| | | | llvm-svn: 207709
* Add function to get the number of DFSan labels allocated.Peter Collingbourne2014-03-261-0/+75
Expose the number of DFSan labels allocated by adding function dfsan_get_label_count(). Patch by Sam Kerner! Differential Revision: http://llvm-reviews.chandlerc.com/D3109 llvm-svn: 204854
OpenPOWER on IntegriCloud