From 7f8b57aa3558ed079358637a2a48db7d2fefb4b2 Mon Sep 17 00:00:00 2001 From: Daniel Dunbar Date: Tue, 22 Sep 2009 05:38:14 +0000 Subject: Update PCH serialization of FunctionDecl flags. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@82526 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Frontend/ast-main.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'test/Frontend') diff --git a/test/Frontend/ast-main.c b/test/Frontend/ast-main.c index a08eb6bf73..7831406738 100644 --- a/test/Frontend/ast-main.c +++ b/test/Frontend/ast-main.c @@ -1,8 +1,7 @@ -// RUN: clang -emit-llvm -S -o %t1.ll %s && +// RUN: clang -emit-llvm -S -o %t1.ll -x c - < %s && // RUN: clang -emit-ast -o %t.ast %s && -// RUN: clang -emit-llvm -S -o %t2.ll %t.ast && +// RUN: clang -emit-llvm -S -o %t2.ll -x ast - < %t.ast && // RUN: diff %t1.ll %t2.ll -// XFAIL: * int main() { return 0; -- cgit v1.2.1