opnsense-src/contrib/llvm-project/compiler-rt/lib/interception/interception_mac.cpp

19 lines
637 B
C++
Raw Normal View History

//===-- interception_mac.cpp ------------------------------------*- C++ -*-===//
2012-07-30 06:58:13 -04:00
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
2012-07-30 06:58:13 -04:00
//
//===----------------------------------------------------------------------===//
//
// This file is a part of AddressSanitizer, an address sanity checker.
//
// Mac-specific interception methods.
//===----------------------------------------------------------------------===//
2013-01-18 15:06:45 -05:00
#include "interception.h"
2012-07-30 06:58:13 -04:00
#if SANITIZER_MAC
2012-07-30 06:58:13 -04:00
#endif // SANITIZER_MAC