When removing a function from the function set and adding it to deferred, we
[llvm.git] / unittests / Analysis / Makefile
blobf89240ec70427ce0d2124ed49993dd4a615af54e
1 ##===- unittests/Analysis/Makefile -------------------------*- Makefile -*-===##
3 # The LLVM Compiler Infrastructure
5 # This file is distributed under the University of Illinois Open Source
6 # License. See LICENSE.TXT for details.
8 ##===----------------------------------------------------------------------===##
10 LEVEL = ../..
11 TESTNAME = Analysis
12 LINK_COMPONENTS := core support target analysis ipa
14 include $(LEVEL)/Makefile.config
15 include $(LLVM_SRC_ROOT)/unittests/Makefile.unittest