xref: /llvm-project/clang/test/Driver/objc-encode-cxx-class-template-spec.m (revision 9ca2d60213790642d21dfbea4a1bbe4d23e56063)
1// RUN: %clang -target arm64-apple-ios11 -### %s -o - 2>&1 | FileCheck -check-prefix=DISABLE-ENC %s
2// RUN: %clang -target arm64-apple-ios11 -fobjc-encode-cxx-class-template-spec -### %s -o - 2>&1 | FileCheck -check-prefix=ENABLE-ENC %s
3// RUN: %clang --target=x86_64-linux-gnu -fobjc-runtime=gnustep -### %s -o - 2>&1 | FileCheck -check-prefix=ENABLE-ENC %s
4// RUN: %clang --target=x86_64-linux-gnu -fobjc-runtime=gnustep -fno-objc-encode-cxx-class-template-spec -### %s -o - 2>&1 |  FileCheck -check-prefix=DISABLE-ENC %s
5
6// DISABLE-ENC-NOT: -fobjc-encode-cxx-class-template-spec
7// ENABLE-ENC: -fobjc-encode-cxx-class-template-spec
8