From 056abd2059c65a3e908193aeae16fad98017437c Mon Sep 17 00:00:00 2001 From: dim Date: Sun, 2 Dec 2012 13:20:44 +0000 Subject: Vendor import of clang release_32 branch r168974 (effectively, 3.2 RC2): http://llvm.org/svn/llvm-project/cfe/branches/release_32@168974 --- test/Driver/objc-cpp-output.m | 3 +++ 1 file changed, 3 insertions(+) (limited to 'test/Driver/objc-cpp-output.m') diff --git a/test/Driver/objc-cpp-output.m b/test/Driver/objc-cpp-output.m index 6d97483..8c174f7 100644 --- a/test/Driver/objc-cpp-output.m +++ b/test/Driver/objc-cpp-output.m @@ -1,5 +1,8 @@ // RUN: %clang -x objc-cpp-output -c %s -o /dev/null +// PR13820 +// REQUIRES: LP64 + // Should compile without errors @protocol P - (void)m; -- cgit v1.1