[PR67828] don't unswitch on default defs of non-parms
[official-gcc.git] / libsanitizer / interception / interception_mac.cc
blob801dcba3d13465153faeb80f2ac84da1f2229141
1 //===-- interception_mac.cc -------------------------------------*- C++ -*-===//
2 //
3 // This file is distributed under the University of Illinois Open Source
4 // License. See LICENSE.TXT for details.
5 //
6 //===----------------------------------------------------------------------===//
7 //
8 // This file is a part of AddressSanitizer, an address sanity checker.
9 //
10 // Mac-specific interception methods.
11 //===----------------------------------------------------------------------===//
13 #ifdef __APPLE__
15 #include "interception.h"
18 #endif // __APPLE__