Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [CMake] Use normalized Windows target triples | Petr Hosek | 2018-08-09 | 1 | -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 Stepanov | 2016-12-27 | 1 | -1/+1 |
| | | | | llvm-svn: 290635 | ||||
* | [asan] Fix handling of %m in printf interceptor. | Evgeniy Stepanov | 2016-12-27 | 1 | -0/+14 |
llvm-svn: 290632 |