Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [sanitizer_common] Disable onprint.cpp on Android. | Matt Morehouse | 2019-10-02 | 1 | -0/+2 |
| | | | | | | The test fails to find the written file on Android. llvm-svn: 373531 | ||||
* | [sanitizer_common] Rename OnPrint to __sanitizer_on_print. | Matt Morehouse | 2019-10-02 | 1 | -0/+31 |
Summary: https://reviews.llvm.org/D28596 exposed OnPrint in the global namespace, which can cause collisions with user-defined OnPrint() functions. Reviewers: vitalybuka, dvyukov Reviewed By: vitalybuka, dvyukov Subscribers: llvm-commits Tags: #llvm Differential Revision: https://reviews.llvm.org/D67987 llvm-svn: 373518 |