2012-02-09 03:52:01 +08:00
|
|
|
//===-- interception_mac.cc -------------------------------------*- C++ -*-===//
|
|
|
|
//
|
|
|
|
// The LLVM Compiler Infrastructure
|
|
|
|
//
|
|
|
|
// This file is distributed under the University of Illinois Open Source
|
|
|
|
// License. See LICENSE.TXT for details.
|
|
|
|
//
|
|
|
|
//===----------------------------------------------------------------------===//
|
|
|
|
//
|
|
|
|
// This file is a part of AddressSanitizer, an address sanity checker.
|
|
|
|
//
|
|
|
|
// Mac-specific interception methods.
|
|
|
|
//===----------------------------------------------------------------------===//
|
|
|
|
|
|
|
|
#ifdef __APPLE__
|
|
|
|
|
2012-08-02 19:19:13 +08:00
|
|
|
#include "interception.h"
|
2012-02-09 03:52:01 +08:00
|
|
|
|
|
|
|
|
|
|
|
#endif // __APPLE__
|