diff options
author | Chris Lattner <sabre@nondot.org> | 2007-05-06 19:51:20 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2007-05-06 19:51:20 +0000 |
commit | f527cbb0f436db34c69f04ddb3b4340347ea01eb (patch) | |
tree | 49668b5274d0472f65448de49aa6f2b1330bea92 | |
parent | 38a5f7488202a9594b01dbca143a730184e1a3ad (diff) |
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/Makefile | 14 |
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 - |