2012-10-04 20:29:44 +00:00
|
|
|
##===- unittests/ExecutionEngine/MCJIT/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 = MCJIT
|
2014-09-02 22:28:02 +00:00
|
|
|
LINK_COMPONENTS := core ipo mcjit native support
|
2012-10-04 20:29:44 +00:00
|
|
|
|
|
|
|
include $(LEVEL)/Makefile.config
|
|
|
|
include $(LLVM_SRC_ROOT)/unittests/Makefile.unittest
|
|
|
|
|
|
|
|
# Permit these tests to use the MCJIT's symbolic lookup.
|
|
|
|
LD.Flags += $(RDYNAMIC)
|