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 fec8df44ba
commit ef3e43714f
1 changed files with 1 additions and 1 deletions

View File

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