sanitizer_libc.cc revision 16e0075746b21ed866ec3be21ef0d1e46f0efed5
1//===-- sanitizer_libc.cc ---------------------------------------*- C++ -*-===//
2//
3//                     The LLVM Compiler Infrastructure
4//
5// This file is distributed under the University of Illinois Open Source
6// License. See LICENSE.TXT for details.
7//
8//===----------------------------------------------------------------------===//
9//
10// This file is shared between AddressSanitizer and ThreadSanitizer
11// run-time libraries. See sanitizer_libc.h for details.
12//===----------------------------------------------------------------------===//
13#include "sanitizer_libc.h"
14
15namespace __sanitizer {
16
17void MiniLibcStub() {
18}
19
20}  // namespace __sanitizer
21