Sebastian Pop | 9ec60df | 2012-01-20 22:01:23 +0000 | [diff] [blame] | 1 | // RUN: %clang -target i386-apple-darwin10 -### -fsyntax-only -fgnu-runtime %s 2>&1 | FileCheck %s |
2 | // RUN: %clang -target i386-apple-darwin10 -### -x objective-c++ -fsyntax-only -fgnu-runtime %s 2>&1 | FileCheck %s | ||||
John McCall | 260611a | 2012-06-20 06:18:46 +0000 | [diff] [blame^] | 3 | // CHECK: -fobjc-runtime=gnu |
4 | // CHECK-NOT: fragile |