]> granicus.if.org Git - clang/commitdiff
Temporary XFAILs for Hexagon
authorRick Foos <rfoos@codeaurora.org>
Wed, 4 Mar 2015 23:40:38 +0000 (23:40 +0000)
committerRick Foos <rfoos@codeaurora.org>
Wed, 4 Mar 2015 23:40:38 +0000 (23:40 +0000)
Summary: Temporary XFAIL's until patches done.

Reviewers: echristo, adasgupt, colinl

Reviewed By: colinl

Subscribers: llvm-commits

Differential Revision: http://reviews.llvm.org/D8044

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

test/CodeGen/atomic_ops.c
test/CodeGenCXX/crash.cpp
test/Modules/warn-unused-local-typedef.cpp
test/SemaCXX/warn-unused-local-typedef-serialize.cpp

index 1d36601c271ad0a2332144cc1e2392325943eb39..980ecd20e6603cd5152ffff421cfc97da7c841d3 100644 (file)
@@ -1,3 +1,4 @@
+// XFAIL: hexagon
 // RUN: %clang_cc1 -emit-llvm %s -o - | FileCheck %s
 // RUN: %clang_cc1 -triple mips-linux-gnu -emit-llvm %s -o - | FileCheck %s
 
index 256291ade736cf9bd7377ef10f1ff94035ee19ec..2785d8d74bc8ff239c33b8ba86b572be2474004c 100644 (file)
@@ -1,3 +1,4 @@
+// XFAIL: hexagon
 // RUN: %clang_cc1 %s -std=c++11 -emit-llvm-only
 // RUN: %clang_cc1 -emit-obj -o %t -gline-tables-only -std=c++11 %s
 // CHECK that we don't crash.
index 60e0612d6ce7840564dfd54f32ab466388cacf33..030a52de4647d173936082853dbfaa914e75127f 100644 (file)
@@ -1,3 +1,4 @@
+// XFAIL: hexagon
 // RUN: rm -rf %t
 // RUN: %clang -Wunused-local-typedef -c -x objective-c++ -fcxx-modules -fmodules -fmodules-cache-path=%t -I %S/Inputs %s -o /dev/null 2>&1 | FileCheck %s -check-prefix=CHECK_1
 // RUN: %clang -Wunused-local-typedef -c -x objective-c++ -fcxx-modules -fmodules -fmodules-cache-path=%t -I %S/Inputs %s -o /dev/null 2>&1 | FileCheck %s -check-prefix=CHECK_2 -allow-empty
index aa2c48bb5719d8387d07a6b3e902cc09aad3e427..ccb5a09164b4c84d3cebb7c5aa45aa1e2ae29aa3 100644 (file)
@@ -1,3 +1,4 @@
+// XFAIL: hexagon
 // RUN: %clang -x c++-header -c -Wunused-local-typedef %s -o %t.gch -Werror
 // RUN: %clang -DBE_THE_SOURCE -c -Wunused-local-typedef -include %t %s -o /dev/null 2>&1 | FileCheck %s
 // RUN: %clang -DBE_THE_SOURCE -c -Wunused-local-typedef -include %t %s -o /dev/null 2>&1 | FileCheck %s