summaryrefslogtreecommitdiff
path: root/test/C++Frontend
diff options
context:
space:
mode:
authorJohn Criswell <criswell@uiuc.edu>2003-09-30 19:56:36 +0000
committerJohn Criswell <criswell@uiuc.edu>2003-09-30 19:56:36 +0000
commitbe34f0d243a981fe05d6239d4ee6ed89bec09d49 (patch)
tree35c19caa419ed7eed0f1ba11bcec5bacf4884f97 /test/C++Frontend
parent7822759482c7a58b7695ed54fa4c0329487fe5df (diff)
downloadllvm-be34f0d243a981fe05d6239d4ee6ed89bec09d49.tar.gz
llvm-be34f0d243a981fe05d6239d4ee6ed89bec09d49.tar.bz2
llvm-be34f0d243a981fe05d6239d4ee6ed89bec09d49.tar.xz
Changed TestRunner test class so that it replaces %llvmgcc and %llvmgxx
instead of %gcc and %gxx. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8792 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/C++Frontend')
-rw-r--r--test/C++Frontend/2003-08-24-Cleanup.cpp.tr2
-rw-r--r--test/C++Frontend/2003-08-29-ArgPassingBug.cpp.tr2
2 files changed, 2 insertions, 2 deletions
diff --git a/test/C++Frontend/2003-08-24-Cleanup.cpp.tr b/test/C++Frontend/2003-08-24-Cleanup.cpp.tr
index 3f54f5e0ab..ab0d1a0d11 100644
--- a/test/C++Frontend/2003-08-24-Cleanup.cpp.tr
+++ b/test/C++Frontend/2003-08-24-Cleanup.cpp.tr
@@ -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(); };
diff --git a/test/C++Frontend/2003-08-29-ArgPassingBug.cpp.tr b/test/C++Frontend/2003-08-29-ArgPassingBug.cpp.tr
index beba66e338..ddb0dcec8c 100644
--- a/test/C++Frontend/2003-08-29-ArgPassingBug.cpp.tr
+++ b/test/C++Frontend/2003-08-29-ArgPassingBug.cpp.tr
@@ -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();