Moved assembly writer library into its own top level directory.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2162 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2002-04-08 19:42:33 +00:00
parent e4bd95e44f
commit 3c9e93b7e5

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