diff options
author | Dale Johannesen <dalej@apple.com> | 2009-10-14 00:34:56 +0000 |
---|---|---|
committer | Dale Johannesen <dalej@apple.com> | 2009-10-14 00:34:56 +0000 |
commit | d2d4f6cad46ec10b9db2214f202bffc1a484ff1b (patch) | |
tree | 1ab13f84f1e73888d322bc7f901b844862041eb2 /llvm/test/FrontendC++ | |
parent | 03a76673493d75790871c706564cde97ab5b003e (diff) | |
download | bcm5719-llvm-d2d4f6cad46ec10b9db2214f202bffc1a484ff1b.tar.gz bcm5719-llvm-d2d4f6cad46ec10b9db2214f202bffc1a484ff1b.zip |
Use llvmgxx for C++ test.
llvm-svn: 84066
Diffstat (limited to 'llvm/test/FrontendC++')
-rw-r--r-- | llvm/test/FrontendC++/msasm.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/FrontendC++/msasm.cpp b/llvm/test/FrontendC++/msasm.cpp index 18375bdf34f..d8d1f378618 100644 --- a/llvm/test/FrontendC++/msasm.cpp +++ b/llvm/test/FrontendC++/msasm.cpp @@ -1,4 +1,4 @@ -// RUN: %llvmgcc %s -fasm-blocks -S -o - | FileCheck %s +// RUN: %llvmgxx %s -fasm-blocks -S -o - | FileCheck %s // Complicated expression as jump target // XFAIL: * // XTARGET: x86,i386,i686 |