2009-06-25 04:04:04 +02:00
|
|
|
##===- unittests/ExecutionEngine/JIT/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 = JIT
|
2009-12-23 00:47:23 +01:00
|
|
|
LINK_COMPONENTS := asmparser bitreader bitwriter core jit native support
|
2009-06-25 04:04:04 +02:00
|
|
|
|
|
|
|
include $(LEVEL)/Makefile.config
|
|
|
|
include $(LLVM_SRC_ROOT)/unittests/Makefile.unittest
|
2009-12-13 21:30:32 +01:00
|
|
|
|
|
|
|
# Permit these tests to use the JIT's symbolic lookup.
|
|
|
|
LD.Flags += $(RDYNAMIC)
|