1
0
mirror of https://github.com/RPCSX/llvm.git synced 2025-04-04 01:01:37 +00:00

Use "%llvmgxx" instead of "llvm-g++".

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30580 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Bill Wendling 2006-09-22 07:09:01 +00:00
parent 62929eb3d6
commit 17cdf7b0f4
2 changed files with 2 additions and 2 deletions

@ -1,4 +1,4 @@
// RUN: llvm-g++ -O3 -S -o - %s
// RUN: %llvmgxx -O3 -S -o - %s
#include <cmath>

@ -1,4 +1,4 @@
// RUN: llvm-g++ -O3 -S -o - %s
// RUN: %llvmgxx -O3 -S -o - %s
struct A {
virtual ~A();