[llvm-commits] CVS: llvm/test/Regression/C++Frontend/2003-08-24-Cleanup.cpp.tr 2003-08-29-ArgPassingBug.cpp.tr
John Criswell
criswell at cs.uiuc.edu
Tue Sep 30 14:29:01 PDT 2003
Changes in directory llvm/test/Regression/C++Frontend:
2003-08-24-Cleanup.cpp.tr updated: 1.2 -> 1.3
2003-08-29-ArgPassingBug.cpp.tr updated: 1.1 -> 1.2
---
Log message:
Adjusted for the new TestRunner test class. This replaces %gcc and %g++ with
the names of the LLVM C and C++ frontends, respectively.
---
Diffs of the changes:
Index: llvm/test/Regression/C++Frontend/2003-08-24-Cleanup.cpp.tr
diff -u llvm/test/Regression/C++Frontend/2003-08-24-Cleanup.cpp.tr:1.2 llvm/test/Regression/C++Frontend/2003-08-24-Cleanup.cpp.tr:1.3
--- llvm/test/Regression/C++Frontend/2003-08-24-Cleanup.cpp.tr:1.2 Mon Sep 29 17:17:12 2003
+++ llvm/test/Regression/C++Frontend/2003-08-24-Cleanup.cpp.tr Tue Sep 30 14:28:26 2003
@@ -1,4 +1,4 @@
-// RUN: llvmg++ -xc++ %s -c -o - | llvm-dis | grep unwind
+// RUN: %gxx -xc++ %s -c -o - | llvm-dis | grep unwind
struct S { ~S(); };
Index: llvm/test/Regression/C++Frontend/2003-08-29-ArgPassingBug.cpp.tr
diff -u llvm/test/Regression/C++Frontend/2003-08-29-ArgPassingBug.cpp.tr:1.1 llvm/test/Regression/C++Frontend/2003-08-29-ArgPassingBug.cpp.tr:1.2
--- llvm/test/Regression/C++Frontend/2003-08-29-ArgPassingBug.cpp.tr:1.1 Fri Aug 29 11:00:19 2003
+++ llvm/test/Regression/C++Frontend/2003-08-29-ArgPassingBug.cpp.tr Tue Sep 30 14:28:26 2003
@@ -1,5 +1,5 @@
-// RUN: llvmgcc -xc++ -c -o /dev/null %s 2>&1 | not grep WARNING
+// RUN: %gcc -xc++ -c -o /dev/null %s 2>&1 | not grep WARNING
struct iterator {
iterator();
More information about the llvm-commits
mailing list