2009-09-28 05:39:46 +08:00
|
|
|
##===- unittests/Transforms/Utils/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 = Utils
|
2012-06-22 06:17:51 +08:00
|
|
|
LINK_COMPONENTS := TransformUtils
|
2009-09-28 05:39:46 +08:00
|
|
|
|
|
|
|
include $(LEVEL)/Makefile.config
|
|
|
|
include $(LLVM_SRC_ROOT)/unittests/Makefile.unittest
|