]> granicus.if.org Git - clang/commitdiff
XFAIL example-dynarray.cpp test for Hexagon as some of the header files
authorJyotsna Verma <jverma@codeaurora.org>
Thu, 4 Apr 2013 20:56:42 +0000 (20:56 +0000)
committerJyotsna Verma <jverma@codeaurora.org>
Thu, 4 Apr 2013 20:56:42 +0000 (20:56 +0000)
are unavailable on Hexagon.

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

test/SemaTemplate/example-dynarray.cpp

index 999521e91e5f20b718742ca0693f1aaffc8848d7..266d2d4998ebe333336782c6e6e1ab50df79b423 100644 (file)
@@ -1,4 +1,5 @@
 // RUN: %clangxx -emit-llvm -c -o - %s
+// XFAIL: hexagon
 #include <stddef.h>
 #include <stdlib.h>
 #include <assert.h>