Use -emit-llvm for the following tests to stop them from failing for Hexagon:

CodeGenCXX/vtable-debug-info.cpp
Driver/objc++-cpp-output.mm
Driver/objc-cpp-output.m

llvm-svn: 179602
This commit is contained in:
Jyotsna Verma 2013-04-16 15:55:41 +00:00
parent 41913c7711
commit abd62140c0
3 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
// RUN: %clang -c -g %s -o /dev/null
// RUN: %clang -emit-llvm -S -g %s -o /dev/null
// Radar 8730409
// XFAIL: win32

View File

@ -1,5 +1,5 @@
// RUN: %clang -x objc++-cpp-output -c %s -o /dev/null
// RUN: %clang -x objc++-cpp-output -c %s -o /dev/null -### 2>&1 | FileCheck %s
// RUN: %clang -emit-llvm -x objc++-cpp-output -S %s -o /dev/null
// RUN: %clang -emit-llvm -x objc++-cpp-output -S %s -o /dev/null -### 2>&1 | FileCheck %s
// PR13820
// REQUIRES: LP64

View File

@ -1,4 +1,4 @@
// RUN: %clang -x objc-cpp-output -c %s -o /dev/null
// RUN: %clang -emit-llvm -x objc-cpp-output -S %s -o /dev/null
// PR13820
// REQUIRES: LP64