Moved LLC subdir to the tools top level directory
authorChris Lattner <sabre@nondot.org>
Sat, 21 Jul 2001 19:33:01 +0000 (19:33 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 21 Jul 2001 19:33:01 +0000 (19:33 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@248 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Makefile

index bc292fc4062e1f582aa680580f9424000fc645dd..3f6537a60ee551a634d0a938b180e870046c0167 100644 (file)
@@ -1,5 +1,5 @@
 LEVEL = ..
-DIRS = VMCore Analysis Assembly Bytecode Optimizations CodeGen LLC
+DIRS = VMCore Analysis Assembly Bytecode Optimizations CodeGen
 
 include $(LEVEL)/Makefile.common