Fix revsh pattern.
[llvm/avr.git] / tools / bugpoint / Makefile
blobb821b6c7bd2335079129d1b87fd13499831bcb98
1 ##===- tools/bugpoint/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 ##===----------------------------------------------------------------------===##
9 LEVEL = ../..
11 TOOLNAME = bugpoint
13 LINK_COMPONENTS := asmparser instrumentation scalaropts ipo \
14 linker bitreader bitwriter
15 REQUIRES_EH := 1
17 include $(LEVEL)/Makefile.common