Index: test/CodeGen/atomic_ops.c =================================================================== --- test/CodeGen/atomic_ops.c +++ test/CodeGen/atomic_ops.c @@ -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: test/CodeGenCXX/crash.cpp =================================================================== --- test/CodeGenCXX/crash.cpp +++ test/CodeGenCXX/crash.cpp @@ -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: test/Modules/warn-unused-local-typedef.cpp =================================================================== --- test/Modules/warn-unused-local-typedef.cpp +++ test/Modules/warn-unused-local-typedef.cpp @@ -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: test/SemaCXX/warn-unused-local-typedef-serialize.cpp =================================================================== --- test/SemaCXX/warn-unused-local-typedef-serialize.cpp +++ test/SemaCXX/warn-unused-local-typedef-serialize.cpp @@ -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