kill off the last use of TRI::AsmName.
[llvm/avr.git] / tools / opt / Makefile
blobb17be343a45abcd6124c5ddb5420072db0f31aee
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 asmparser instrumentation scalaropts ipo
15 include $(LEVEL)/Makefile.common