]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - test/Driver/coroutines.c
Vendor import of clang trunk r290819:
[FreeBSD/FreeBSD.git] / test / Driver / coroutines.c
1 // 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