blob: d61023450ad1ef1c1ed62ae7cc2d75452ff89b6d [file] [log] [blame]
Gor Nishanov4ffb4342016-10-02 03:31:58 +00001// RUN: %clang -### %s 2>&1 | FileCheck -check-prefix=CHECK-NO-CORO %s
2// RUN: %clang -fcoroutines-ts -### %s 2>&1 | FileCheck -check-prefix=CHECK-NO-CORO %s
3// RUN: %clang -fno-coroutines-ts -### %s 2>&1 | FileCheck -check-prefix=CHECK-NO-CORO %s
4// RUN: %clang -fno-coroutines-ts -fcoroutines-ts -### %s 2>&1 | FileCheck -check-prefix=CHECK-NO-CORO %s
5// CHECK-NO-CORO-NOT: -fcoroutines-ts
6