summaryrefslogtreecommitdiff
path: root/lib/Makefile
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2001-07-21 19:33:01 +0000
committerChris Lattner <sabre@nondot.org>2001-07-21 19:33:01 +0000
commitd9c03441b58cd9e6fbd1a21d07ddbc8bb6694bb0 (patch)
treec9fff3d873f580de63201d92e4f6d965afac5be2 /lib/Makefile
parent0df0e74f2bec079dc5eec5e401263c570395f164 (diff)
downloadllvm-d9c03441b58cd9e6fbd1a21d07ddbc8bb6694bb0.tar.gz
llvm-d9c03441b58cd9e6fbd1a21d07ddbc8bb6694bb0.tar.bz2
llvm-d9c03441b58cd9e6fbd1a21d07ddbc8bb6694bb0.tar.xz
Moved LLC subdir to the tools top level directory
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@248 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Makefile')
-rw-r--r--lib/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile b/lib/Makefile
index bc292fc406..3f6537a60e 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -1,5 +1,5 @@
LEVEL = ..
-DIRS = VMCore Analysis Assembly Bytecode Optimizations CodeGen LLC
+DIRS = VMCore Analysis Assembly Bytecode Optimizations CodeGen
include $(LEVEL)/Makefile.common