Removed Support directory. It now lives in llvm/support/lib.

llvm-svn: 8739
This commit is contained in:
John Criswell 2003-09-29 16:10:43 +00:00
parent 3918d9feaa
commit bd5850db0c
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
LEVEL = ..
PARALLEL_DIRS = VMCore Analysis Transforms AsmParser Bytecode Support CodeGen Target CWriter ExecutionEngine
PARALLEL_DIRS = VMCore Analysis Transforms AsmParser Bytecode CodeGen Target CWriter ExecutionEngine
include $(LEVEL)/Makefile.common