diff options
author | Jyotsna Verma <jverma@codeaurora.org> | 2013-04-04 20:56:42 +0000 |
---|---|---|
committer | Jyotsna Verma <jverma@codeaurora.org> | 2013-04-04 20:56:42 +0000 |
commit | 8cfa0babc06cd7c220c78e05c9ad9dd2c74b4e2a (patch) | |
tree | 3b87a74013c4b07fdc0cf98c8e5367a9cbe1f540 /test/SemaTemplate | |
parent | ab4ffe242935ae0dd66fbe0dcc792c1ad38b00c1 (diff) |
XFAIL example-dynarray.cpp test for Hexagon as some of the header files
are unavailable on Hexagon.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@178791 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/SemaTemplate')
-rw-r--r-- | test/SemaTemplate/example-dynarray.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/SemaTemplate/example-dynarray.cpp b/test/SemaTemplate/example-dynarray.cpp index 999521e91e..266d2d4998 100644 --- a/test/SemaTemplate/example-dynarray.cpp +++ b/test/SemaTemplate/example-dynarray.cpp @@ -1,4 +1,5 @@ // RUN: %clangxx -emit-llvm -c -o - %s +// XFAIL: hexagon #include <stddef.h> #include <stdlib.h> #include <assert.h> |