2013-01-07 16:35:46 +01:00
|
|
|
##===- unittests/IR/Makefile -------------------------------*- Makefile -*-===##
|
2009-03-24 22:36:09 +01:00
|
|
|
#
|
|
|
|
# The LLVM Compiler Infrastructure
|
|
|
|
#
|
|
|
|
# This file is distributed under the University of Illinois Open Source
|
|
|
|
# License. See LICENSE.TXT for details.
|
|
|
|
#
|
|
|
|
##===----------------------------------------------------------------------===##
|
|
|
|
|
|
|
|
LEVEL = ../..
|
2013-01-07 16:35:46 +01:00
|
|
|
TESTNAME = IR
|
2012-06-22 00:17:51 +02:00
|
|
|
LINK_COMPONENTS := core ipa asmparser
|
2009-03-24 22:36:09 +01:00
|
|
|
|
|
|
|
include $(LEVEL)/Makefile.config
|
|
|
|
include $(LLVM_SRC_ROOT)/unittests/Makefile.unittest
|