aboutsummaryrefslogtreecommitdiff
path: root/clang/test/Driver/rewrite-objc-preproc.m
blob: f32d09c5a15f3382f088a8d841e41c0c406012b0 (plain)
1
2
3
4
5
// RUN: %clang --target=x86_64-apple-macosx10.7.0 -rewrite-objc %s -o - -### 2>&1 | \
// RUN:   FileCheck %s
//
// Check that we're running a preprocessing stage passing a not-preprocessed objective-c++ file as input
// CHECK: "-E"{{.*}}"-x" "objective-c++"