xref: /llvm-project/compiler-rt/lib/interception/interception_mac.cpp (revision 8246b2e156568c31e71e16cbaf4c14d316e7c06e)
1ebbce04cSNico Weber //===-- interception_mac.cpp ------------------------------------*- C++ -*-===//
2ebbce04cSNico Weber //
3ebbce04cSNico Weber // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4ebbce04cSNico Weber // See https://llvm.org/LICENSE.txt for license information.
5ebbce04cSNico Weber // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6ebbce04cSNico Weber //
7ebbce04cSNico Weber //===----------------------------------------------------------------------===//
8ebbce04cSNico Weber //
9ebbce04cSNico Weber // This file is a part of AddressSanitizer, an address sanity checker.
10ebbce04cSNico Weber //
11ebbce04cSNico Weber // Mac-specific interception methods.
12ebbce04cSNico Weber //===----------------------------------------------------------------------===//
13ebbce04cSNico Weber 
14ebbce04cSNico Weber #include "interception.h"
15ebbce04cSNico Weber 
16*8246b2e1SMariusz Borsa #if SANITIZER_APPLE
17ebbce04cSNico Weber 
18*8246b2e1SMariusz Borsa #endif  // SANITIZER_APPLE
19