mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-05-19 13:38:56 +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:
parent
62929eb3d6
commit
17cdf7b0f4
@ -1,4 +1,4 @@
|
|||||||
// RUN: llvm-g++ -O3 -S -o - %s
|
// RUN: %llvmgxx -O3 -S -o - %s
|
||||||
|
|
||||||
#include <cmath>
|
#include <cmath>
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// RUN: llvm-g++ -O3 -S -o - %s
|
// RUN: %llvmgxx -O3 -S -o - %s
|
||||||
|
|
||||||
struct A {
|
struct A {
|
||||||
virtual ~A();
|
virtual ~A();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user