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
7 lines
249 B
C
7 lines
249 B
C
// XFAIL: hexagon
|
|
// RUN: %clang_cc1 -emit-pch -o %t.1.ast %S/Inputs/body1.c
|
|
// RUN: %clang_cc1 -emit-pch -o %t.2.ast %S/Inputs/body2.c
|
|
// RUN: %clang_cc1 -emit-obj -o /dev/null -ast-merge %t.1.ast -ast-merge %t.2.ast %s
|
|
// expected-no-diagnostics
|
|
|