diff options
-rw-r--r-- | test/C++Frontend/2006-09-08-powi.cpp | 2 | ||||
-rw-r--r-- | test/C++Frontend/2006-09-12-OpaqueStructCrash.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/test/C++Frontend/2006-09-08-powi.cpp b/test/C++Frontend/2006-09-08-powi.cpp index ceebc18104..75cbfda7cb 100644 --- a/test/C++Frontend/2006-09-08-powi.cpp +++ b/test/C++Frontend/2006-09-08-powi.cpp @@ -1,4 +1,4 @@ -// RUN: llvm-g++ -O3 -S -o - %s +// RUN: %llvmgxx -O3 -S -o - %s #include <cmath> diff --git a/test/C++Frontend/2006-09-12-OpaqueStructCrash.cpp b/test/C++Frontend/2006-09-12-OpaqueStructCrash.cpp index 2877e17179..f3160e84e2 100644 --- a/test/C++Frontend/2006-09-12-OpaqueStructCrash.cpp +++ b/test/C++Frontend/2006-09-12-OpaqueStructCrash.cpp @@ -1,4 +1,4 @@ -// RUN: llvm-g++ -O3 -S -o - %s +// RUN: %llvmgxx -O3 -S -o - %s struct A { virtual ~A(); |