[llvm-commits] CVS: llvm/test/QMTestDB/QMTest/llvm.py

Misha Brukman brukman at cs.uiuc.edu
Mon Sep 15 14:42:01 PDT 2003


Changes in directory llvm/test/QMTestDB/QMTest:

llvm.py updated: 1.4 -> 1.5

---
Log message:

Renamed `as' and `dis' to have the `llvm-' prefix.


---
Diffs of the changes:

Index: llvm/test/QMTestDB/QMTest/llvm.py
diff -u llvm/test/QMTestDB/QMTest/llvm.py:1.4 llvm/test/QMTestDB/QMTest/llvm.py:1.5
--- llvm/test/QMTestDB/QMTest/llvm.py:1.4	Sat Sep  6 10:14:12 2003
+++ llvm/test/QMTestDB/QMTest/llvm.py	Mon Sep 15 14:41:09 2003
@@ -23,7 +23,7 @@
 #
 # Description:
 #	This class verifies that a specified LLVM assembly file can be
-#	assembled into bytecode using the LLVM as utility.
+#	assembled into bytecode using the `llvm-as' utility.
 #
 ##############################################################################
 class AssembleTest(qm.test.test.Test):
@@ -66,7 +66,7 @@
 		#
 		# Construct the pathnames to the various utilities.
 		#
-		as  = buildroot + '/tools/Debug/as'
+		as  = buildroot + '/tools/Debug/llvm-as'
 
 		#
 		# Assume we will succeed
@@ -141,7 +141,7 @@
 		#
 		# Construct the pathnames to the various utilities.
 		#
-		dis  = buildroot + '/tools/Debug/dis'
+		dis  = buildroot + '/tools/Debug/llvm-dis'
 
 		#
 		# Use the LLVM assembler to assemble the program.





More information about the llvm-commits mailing list