Moved assembly writer library into its own top level directory.
authorChris Lattner <sabre@nondot.org>
Mon, 8 Apr 2002 19:42:33 +0000 (19:42 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 8 Apr 2002 19:42:33 +0000 (19:42 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2162 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Makefile

index 3ec777170076cd7036fcc757401a39fc6b344304..8d8ce170d4281641fa23c1dd58f0bde774d6d7f3 100644 (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