From: Chris Lattner Date: Sat, 21 Jul 2001 19:33:01 +0000 (+0000) Subject: Moved LLC subdir to the tools top level directory X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=d9c03441b58cd9e6fbd1a21d07ddbc8bb6694bb0;p=oota-llvm.git 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 --- diff --git a/lib/Makefile b/lib/Makefile index bc292fc4062..3f6537a60ee 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