Files
clang-p2996/lldb/source/Plugins/MemoryHistory/asan/Makefile
Kuba Brecka beed821ffb ASan malloc/free history threads
Reviewed at http://reviews.llvm.org/D4596

llvm-svn: 217116
2014-09-04 01:03:18 +00:00

15 lines
460 B
Makefile

##===- source/Plugins/MemoryHistory/asan/Makefile -------------*- Makefile -*-===##
#
# The LLVM Compiler Infrastructure
#
# This file is distributed under the University of Illinois Open Source
# License. See LICENSE.TXT for details.
#
##===----------------------------------------------------------------------===##
LLDB_LEVEL := ../../../..
LIBRARYNAME := lldbPluginMemoryHistoryASan
BUILD_ARCHIVE = 1
include $(LLDB_LEVEL)/Makefile