Hi,
The attached patch XFAILs Headers/cxx11.cpp test for Hexagon as it doesn't support C++11 and the test depends on some system headers. Please let me know if it's okay to commit. Thanks, Jyotsna -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, hosted by The Linux Foundation
>From c7d00a722971b41f53a391df8fe1bacd7c010120 Mon Sep 17 00:00:00 2001 From: Jyotsna Verma <[email protected]> Date: Mon, 1 Jul 2013 12:24:02 -0500 Subject: [PATCH] Hexagon: XFAIL cx11.cpp test since it depends on system headers. --- test/Headers/cxx11.cpp | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/test/Headers/cxx11.cpp b/test/Headers/cxx11.cpp index 54fe350..b945ba6 100644 --- a/test/Headers/cxx11.cpp +++ b/test/Headers/cxx11.cpp @@ -1,3 +1,4 @@ +// XFAIL: hexagon // RUN: %clang -fsyntax-only -std=c++11 %s // RUN: %clang -fsyntax-only -std=c++11 -fmodules %s -- 1.7.6.4
_______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
