summaryrefslogtreecommitdiff
path: root/lib/sanitizer_common/sanitizer_win.h
AgeCommit message (Collapse)Author
2017-09-25[sanitizer_common] Don't provide sanitizer_procmaps API functions where not ↵Francis Ricci
defined Summary: Platforms that don't implement procmaps (primarily fuchsia and windows) still expose the procmaps API when including sanitizer_procmaps.h, despite not implementing the functions provided by that header. Ensure that the API is only exposed on platforms that implement it. Reviewers: vitalybuka, alekseyshl, kubamracek Subscribers: llvm-commits, krytarowski Differential Revision: https://reviews.llvm.org/D38187 git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@314149 91177308-0d34-0410-b5e6-96231b3b80d8
2017-09-22Fix windows buildbot broken by r313999Francis Ricci
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@314001 91177308-0d34-0410-b5e6-96231b3b80d8
2017-02-02[sanitizer] Move exception code to sanitizer_common.Marcos Pividori
Differential Revision: https://reviews.llvm.org/D29458 git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@293955 91177308-0d34-0410-b5e6-96231b3b80d8