[llvm-commits] [dragonegg] r150687 - in /dragonegg/trunk: Makefile test/Compilator/ test/compilator/

Duncan Sands baldrick at free.fr
Thu Feb 16 04:59:04 PST 2012


Author: baldrick
Date: Thu Feb 16 06:59:04 2012
New Revision: 150687

URL: http://llvm.org/viewvc/llvm-project?rev=150687&view=rev
Log:
Rename Compilator to compilator (lower case) to be consistent with
other directories.

Added:
    dragonegg/trunk/test/compilator/
      - copied from r150680, dragonegg/trunk/test/Compilator/
Removed:
    dragonegg/trunk/test/Compilator/
Modified:
    dragonegg/trunk/Makefile

Modified: dragonegg/trunk/Makefile
URL: http://llvm.org/viewvc/llvm-project/dragonegg/trunk/Makefile?rev=150687&r1=150686&r2=150687&view=diff
==============================================================================
--- dragonegg/trunk/Makefile (original)
+++ dragonegg/trunk/Makefile Thu Feb 16 06:59:04 2012
@@ -125,7 +125,7 @@
 
 check:: $(PLUGIN) $(LIT_SITE_CONFIG)
 	$(QUIET)$(LIT_DIR)/lit.py $(LIT_ARGS) --param site="$(LIT_SITE_CONFIG)" \
-	$(TEST_SRC_DIR)/Compilator
+	$(TEST_SRC_DIR)/compilator
 
 clean::
 	$(QUIET)rm -f *.o *.d $(PLUGIN) $(TARGET_UTIL)





More information about the llvm-commits mailing list