summaryrefslogtreecommitdiffstats
path: root/compiler-rt/test/asan/TestCases/printf-m.c
Commit message (Collapse)AuthorAgeFilesLines
* [CMake] Use normalized Windows target triplesPetr Hosek2018-08-091-1/+1
| | | | | | | | | | | Changes the default Windows target triple returned by GetHostTriple.cmake from the old environment names (which we wanted to move away from) to newer, normalized ones. This also requires updating all tests to use the new systems names in constraints. Differential Revision: https://reviews.llvm.org/D47381 llvm-svn: 339307
* [asan] Mark printf-m test as unsupported on windows.Evgeniy Stepanov2016-12-271-1/+1
| | | | llvm-svn: 290635
* [asan] Fix handling of %m in printf interceptor.Evgeniy Stepanov2016-12-271-0/+14
llvm-svn: 290632
OpenPOWER on IntegriCloud