summaryrefslogtreecommitdiff
path: root/test/PCH
diff options
context:
space:
mode:
authorJyotsna Verma <jverma@codeaurora.org>2013-04-12 17:25:02 +0000
committerJyotsna Verma <jverma@codeaurora.org>2013-04-12 17:25:02 +0000
commit14ca7ceb287baff27d51714570d9719ec45ed5c7 (patch)
treefb2aa6bc114c4a23de76d1fd7510dfef28f4867b /test/PCH
parent4522f63e00fa6f1276b1d29763a9a4f46f46b6a1 (diff)
downloadclang-14ca7ceb287baff27d51714570d9719ec45ed5c7.tar.gz
clang-14ca7ceb287baff27d51714570d9719ec45ed5c7.tar.bz2
clang-14ca7ceb287baff27d51714570d9719ec45ed5c7.tar.xz
Disable following tests for Hexagon:
1) Driver/output-file-is-dir.c - Checks for object file which can't be created for Hexagon since assembler is unavailable. 2) PCH/cxx-typeid.cpp - 'typeinfo' include file is unavailable for Hexagon. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@179385 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/PCH')
-rw-r--r--test/PCH/cxx-typeid.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/PCH/cxx-typeid.cpp b/test/PCH/cxx-typeid.cpp
index d1e0f9ded7..d1ad8a33ee 100644
--- a/test/PCH/cxx-typeid.cpp
+++ b/test/PCH/cxx-typeid.cpp
@@ -1,3 +1,4 @@
+// XFAIL: hexagon
// Test this without pch.
// RUN: %clang -include %S/cxx-typeid.h -fsyntax-only -Xclang -verify %s