Changed TestRunner test class so that it replaces %llvmgcc and %llvmgxx
authorJohn Criswell <criswell@uiuc.edu>
Tue, 30 Sep 2003 19:56:36 +0000 (19:56 +0000)
committerJohn Criswell <criswell@uiuc.edu>
Tue, 30 Sep 2003 19:56:36 +0000 (19:56 +0000)
instead of %gcc and %gxx.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8792 91177308-0d34-0410-b5e6-96231b3b80d8

test/C++Frontend/2003-08-24-Cleanup.cpp.tr
test/C++Frontend/2003-08-29-ArgPassingBug.cpp.tr

index 3f54f5e0abe95ea6635f8eb19f74b6736a34f9c2..ab0d1a0d11cd79c893ff8deba4089a84e50293df 100644 (file)
@@ -1,4 +1,4 @@
-// RUN: %gxx -xc++ %s -c -o - | llvm-dis | grep unwind
+// RUN: %llvmgxx -xc++ %s -c -o - | llvm-dis | grep unwind
 
 struct S { ~S(); };
 
 
 struct S { ~S(); };
 
index beba66e338d6ce32ee8b9d0b13ca0af84f7e008f..ddb0dcec8c4603c64d44bff612e1a0946fa94eff 100644 (file)
@@ -1,5 +1,5 @@
 
 
-// RUN: %gcc -xc++ -c -o /dev/null %s 2>&1 | not grep WARNING
+// RUN: %llvmgcc -xc++ -c -o /dev/null %s 2>&1 | not grep WARNING
 
 struct iterator {
   iterator();
 
 struct iterator {
   iterator();