summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2007-05-06 19:51:20 +0000
committerChris Lattner <sabre@nondot.org>2007-05-06 19:51:20 +0000
commitf527cbb0f436db34c69f04ddb3b4340347ea01eb (patch)
tree49668b5274d0472f65448de49aa6f2b1330bea92
parent38a5f7488202a9594b01dbca143a730184e1a3ad (diff)
downloadllvm-f527cbb0f436db34c69f04ddb3b4340347ea01eb.tar.gz
llvm-f527cbb0f436db34c69f04ddb3b4340347ea01eb.tar.bz2
llvm-f527cbb0f436db34c69f04ddb3b4340347ea01eb.tar.xz
lib/Bytecode is dead
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36889 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/Bytecode/Makefile14
1 files changed, 0 insertions, 14 deletions
diff --git a/lib/Bytecode/Makefile b/lib/Bytecode/Makefile
deleted file mode 100644
index ecb90479c7..0000000000
--- a/lib/Bytecode/Makefile
+++ /dev/null
@@ -1,14 +0,0 @@
-##===- lib/Bytecode/Makefile -------------------------------*- Makefile -*-===##
-#
-# The LLVM Compiler Infrastructure
-#
-# This file was developed by the LLVM research group and is distributed under
-# the University of Illinois Open Source License. See LICENSE.TXT for details.
-#
-##===----------------------------------------------------------------------===##
-
-LEVEL = ../..
-PARALLEL_DIRS = Archive
-
-include $(LEVEL)/Makefile.common
-