It's not legal to fold a load from a narrower stack slot into a wider instruction...
[llvm/avr.git] / tools / llvm-extract / Makefile
blob2ef88415c6a6f2597565c43a44d10573932ff718
1 ##===- tools/llvm-extract/Makefile -------------------------*- Makefile -*-===##
2 #
3 # The LLVM Compiler Infrastructure
5 # This file is distributed under the University of Illinois Open Source
6 # License. See LICENSE.TXT for details.
7 #
8 ##===----------------------------------------------------------------------===##
10 LEVEL = ../..
12 TOOLNAME = llvm-extract
13 LINK_COMPONENTS := ipo bitreader bitwriter
15 # This tool has no plugins, optimize startup time.
16 TOOL_NO_EXPORTS = 1
18 include $(LEVEL)/Makefile.common