Another nasty coalescer bug (is there another kind):
[llvm/avr.git] / tools / opt / Makefile
blob0afb0021757426e64f4d307a07870a43e11735da
1 ##===- tools/opt/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 ##===----------------------------------------------------------------------===##
9 LEVEL = ../..
10 TOOLNAME = opt
11 REQUIRES_EH := 1
13 LINK_COMPONENTS := bitreader bitwriter instrumentation scalaropts ipo
15 include $(LEVEL)/Makefile.common