[llvm-commits] [compiler-rt] r158447 - /compiler-rt/trunk/lib/asan/asan_procmaps.h

Alexey Samsonov samsonov at google.com
Thu Jun 14 05:51:20 PDT 2012


Author: samsonov
Date: Thu Jun 14 07:51:20 2012
New Revision: 158447

URL: http://llvm.org/viewvc/llvm-project?rev=158447&view=rev
Log:
[ASan] remove obsolete header asan_procmaps.h

Removed:
    compiler-rt/trunk/lib/asan/asan_procmaps.h

Removed: compiler-rt/trunk/lib/asan/asan_procmaps.h
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/lib/asan/asan_procmaps.h?rev=158446&view=auto
==============================================================================
--- compiler-rt/trunk/lib/asan/asan_procmaps.h (original)
+++ compiler-rt/trunk/lib/asan/asan_procmaps.h (removed)
@@ -1,23 +0,0 @@
-//===-- asan_process.h ------------------------------------------*- 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.
-//
-// Information about the process mappings.
-//===----------------------------------------------------------------------===//
-#ifndef ASAN_PROCMAPS_H
-#define ASAN_PROCMAPS_H
-
-#include "asan_internal.h"
-
-namespace __asan {
-
-}  // namespace __asan
-
-#endif  // ASAN_PROCMAPS_H





More information about the llvm-commits mailing list