Moved LLC subdir to the tools top level directory

llvm-svn: 248
This commit is contained in:
Chris Lattner 2001-07-21 19:33:01 +00:00
parent 897e02b2c0
commit 720ff31ab4
1 changed files with 1 additions and 1 deletions

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