diff options
Diffstat (limited to 'tools/llvm-db/Makefile')
-rw-r--r-- | tools/llvm-db/Makefile | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/tools/llvm-db/Makefile b/tools/llvm-db/Makefile deleted file mode 100644 index df81649..0000000 --- a/tools/llvm-db/Makefile +++ /dev/null @@ -1,15 +0,0 @@ -##===- tools/llvm-db/Makefile ------------------------------*- Makefile -*-===## -# -# The LLVM Compiler Infrastructure -# -# This file is distributed under the University of Illinois Open Source -# License. See LICENSE.TXT for details. -# -##===----------------------------------------------------------------------===## - -LEVEL = ../.. -TOOLNAME = llvm-db -LINK_COMPONENTS := debugger -REQUIRES_EH := 1 - -include $(LEVEL)/Makefile.common |