New systems might be neither Windows nor POSIX. The SI_NOT_WINDOWS
macro in sanitizer_platform_interceptors.h was already effectively
the same as SI_POSIX, so just use SI_POSIX instead.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D36038
[sanitizer_common] Rename SI_NOT_WINDOWS to SI_POSIX ClosedPublic Authored by mcgrathr on Jul 28 2017, 5:15 PM.
Details Summary New systems might be neither Windows nor POSIX. The SI_NOT_WINDOWS
Diff Detail
Event Timelinemcgrathr added a child revision: D36028: [sanitizer_common] Fuchsia support for interceptors.Jul 28 2017, 5:16 PM This revision is now accepted and ready to land.Jul 28 2017, 5:21 PM Closed by commit rL309536: [sanitizer_common] Rename SI_NOT_WINDOWS to SI_POSIX (authored by vitalybuka). · Explain WhyJul 30 2017, 11:00 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 108858 compiler-rt/trunk/lib/sanitizer_common/sanitizer_common_interceptors.inc
compiler-rt/trunk/lib/sanitizer_common/sanitizer_platform_interceptors.h
|