Fix PR4789. Teach eliminateFrameIndex how to handle VLDRQ and VSTRQ which cannot...
[llvm/avr.git] / unittests / ExecutionEngine / JIT / Makefile
blob0069c7687a017e9717183c14370a637e04838cd7
1 ##===- unittests/ExecutionEngine/JIT/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 = JIT
12 LINK_COMPONENTS := core support jit native
14 include $(LEVEL)/Makefile.config
15 include $(LLVM_SRC_ROOT)/unittests/Makefile.unittest