2010-08-03 07:49:30 +08:00
|
|
|
##===- unittests/Analysis/Makefile -------------------------*- Makefile -*-===##
|
|
|
|
#
|
|
|
|
# The LLVM Compiler Infrastructure
|
|
|
|
#
|
|
|
|
# This file is distributed under the University of Illinois Open Source
|
|
|
|
# License. See LICENSE.TXT for details.
|
|
|
|
#
|
|
|
|
##===----------------------------------------------------------------------===##
|
|
|
|
|
|
|
|
LEVEL = ../..
|
|
|
|
TESTNAME = Analysis
|
2013-07-27 09:24:00 +08:00
|
|
|
LINK_COMPONENTS := analysis asmparser
|
2010-08-03 07:49:30 +08:00
|
|
|
|
|
|
|
include $(LEVEL)/Makefile.config
|
|
|
|
include $(LLVM_SRC_ROOT)/unittests/Makefile.unittest
|