summaryrefslogtreecommitdiffstats
path: root/test/Driver/gnu-runtime.m
diff options
context:
space:
mode:
Diffstat (limited to 'test/Driver/gnu-runtime.m')
-rw-r--r--test/Driver/gnu-runtime.m5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/Driver/gnu-runtime.m b/test/Driver/gnu-runtime.m
new file mode 100644
index 0000000..5a3654c
--- /dev/null
+++ b/test/Driver/gnu-runtime.m
@@ -0,0 +1,5 @@
+// RUN: %clang -ccc-host-triple i386-apple-darwin10 -### -fsyntax-only -fgnu-runtime %s 2>&1 | FileCheck %s
+// RUN: %clang -ccc-host-triple i386-apple-darwin10 -### -x objective-c++ -fsyntax-only -fgnu-runtime %s 2>&1 | FileCheck %s
+// CHECK: -fgnu-runtime
+// CHECK: -fobjc-runtime-has-arc
+// CHECK: -fobjc-runtime-has-weak
OpenPOWER on IntegriCloud