xref: /src/contrib/llvm-project/compiler-rt/lib/interception/interception_mac.cpp (revision 81ad626541db97eb356e2c1d4a20eb2a26a766ab)
13a1720afSDimitry Andric //===-- interception_mac.cpp ------------------------------------*- C++ -*-===//
237dfff05SAndrew Turner //
38f3cadc2SDimitry Andric // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
48f3cadc2SDimitry Andric // See https://llvm.org/LICENSE.txt for license information.
58f3cadc2SDimitry Andric // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
637dfff05SAndrew Turner //
737dfff05SAndrew Turner //===----------------------------------------------------------------------===//
837dfff05SAndrew Turner //
937dfff05SAndrew Turner // This file is a part of AddressSanitizer, an address sanity checker.
1037dfff05SAndrew Turner //
1137dfff05SAndrew Turner // Mac-specific interception methods.
1237dfff05SAndrew Turner //===----------------------------------------------------------------------===//
1337dfff05SAndrew Turner 
1458aabf08SAndrew Turner #include "interception.h"
1537dfff05SAndrew Turner 
16145449b1SDimitry Andric #if SANITIZER_APPLE
1737dfff05SAndrew Turner 
18145449b1SDimitry Andric #endif  // SANITIZER_APPLE
19