[llvm-commits] [hlvm] r38074 - /hlvm/trunk/hlvm/Makefile

Reid Spencer reid at x10sys.com
Sat Jul 7 16:59:35 PDT 2007


Author: reid
Date: Sat Jul  7 18:59:35 2007
New Revision: 38074

URL: http://llvm.org/viewvc/llvm-project?rev=38074&view=rev
Log:
Remove Pass, it isn't ready (nor committed) yet.

Modified:
    hlvm/trunk/hlvm/Makefile

Modified: hlvm/trunk/hlvm/Makefile
URL: http://llvm.org/viewvc/llvm-project/hlvm/trunk/hlvm/Makefile?rev=38074&r1=38073&r2=38074&view=diff

==============================================================================
--- hlvm/trunk/hlvm/Makefile (original)
+++ hlvm/trunk/hlvm/Makefile Sat Jul  7 18:59:35 2007
@@ -7,6 +7,6 @@
 #
 # List all of the subdirectories that we will compile.
 #
-DIRS=Base AST Pass Reader Writer
+DIRS=Base AST Reader Writer
 
 include $(LEVEL)/Makefile.hlvm





More information about the llvm-commits mailing list