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
This commit is contained in:
Chris Lattner 2001-07-21 19:33:01 +00:00
parent 0df0e74f2b
commit d9c03441b5

View File

@ -1,5 +1,5 @@
LEVEL = ..
DIRS = VMCore Analysis Assembly Bytecode Optimizations CodeGen LLC
DIRS = VMCore Analysis Assembly Bytecode Optimizations CodeGen
include $(LEVEL)/Makefile.common