]> granicus.if.org Git - clang/commitdiff
Use -emit-llvm for the following tests to stop them from failing for Hexagon:
authorJyotsna Verma <jverma@codeaurora.org>
Tue, 16 Apr 2013 15:55:41 +0000 (15:55 +0000)
committerJyotsna Verma <jverma@codeaurora.org>
Tue, 16 Apr 2013 15:55:41 +0000 (15:55 +0000)
CodeGenCXX/vtable-debug-info.cpp
Driver/objc++-cpp-output.mm
Driver/objc-cpp-output.m

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@179602 91177308-0d34-0410-b5e6-96231b3b80d8

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

index 9294d20e7292f130a26289f491a727cb3c9114a2..8710c76e0bfa06ca0ebc188cd8c2af99b7bcb4d7 100644 (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
 
index 63b15d8c18b2ff1008d7fd5979375be4b2b28324..a42f7b255780e10438e3f26c64c36bec9bc66876 100644 (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
index 8c174f7732051e8b8a58edeadea596867f1ae4c1..293bbc7ef2f0005becdfe6ceefe162ce8523e998 100644 (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