Moved assembly writer library into its own top level directory.

llvm-svn: 2162
This commit is contained in:
Chris Lattner 2002-04-08 19:42:33 +00:00
parent 91c72eacec
commit ea46675105

View File

@ -1,5 +1,5 @@
LEVEL = .. LEVEL = ..
DIRS = VMCore Analysis Transforms Assembly Bytecode Support CodeGen Target DIRS = VMCore Analysis Transforms AsmParser Bytecode Support CodeGen Target
include $(LEVEL)/Makefile.common include $(LEVEL)/Makefile.common