diff options
author | Rick Foos <rfoos@codeaurora.org> | 2015-04-29 22:54:40 +0000 |
---|---|---|
committer | Rick Foos <rfoos@codeaurora.org> | 2015-04-29 22:54:40 +0000 |
commit | 2688a499817d51ed865201e3320f5433826a2cee (patch) | |
tree | 6d53f30230d21effb285636bf44c66d837e520e8 /clang/test/CodeGenCXX/copy-constructor-synthesis-2.cpp | |
parent | bcda1cd45ab48afa20add7b54fe704bef24bde68 (diff) | |
download | bcm5719-llvm-2688a499817d51ed865201e3320f5433826a2cee.tar.gz bcm5719-llvm-2688a499817d51ed865201e3320f5433826a2cee.zip |
XFAIL Hexagon until more codegen in place.
Summary:
Hexagon is being updated, but there is not enough to pass these tests.
These sections are now on top of Colin's list.
Test Plan: Ran changes on hexagon-build-03.
Reviewers: colinl, rfoos
Reviewed By: rfoos
Subscribers: cfe-commits
Differential Revision: http://reviews.llvm.org/D9356
llvm-svn: 236173
Diffstat (limited to 'clang/test/CodeGenCXX/copy-constructor-synthesis-2.cpp')
-rw-r--r-- | clang/test/CodeGenCXX/copy-constructor-synthesis-2.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/test/CodeGenCXX/copy-constructor-synthesis-2.cpp b/clang/test/CodeGenCXX/copy-constructor-synthesis-2.cpp index 516aab4bbca..7969755a7bf 100644 --- a/clang/test/CodeGenCXX/copy-constructor-synthesis-2.cpp +++ b/clang/test/CodeGenCXX/copy-constructor-synthesis-2.cpp @@ -1,3 +1,4 @@ +// XFAIL: hexagon // RUN: %clang_cc1 -triple %itanium_abi_triple -std=c++11 -emit-llvm -o - %s | FileCheck %s union PR23373 { |