Add hint to nop
[llvm/msp430.git] / tools / llvm-db / Makefile
blobdf8164944f00bd30e5bbdb3b387b929e0d62267b
1 ##===- tools/llvm-db/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 = ../..
11 TOOLNAME = llvm-db
12 LINK_COMPONENTS := debugger
13 REQUIRES_EH := 1
15 include $(LEVEL)/Makefile.common