[PATCH] D25130: [coroutines] Rename driver flag -fcoroutines to -fcoroutines-ts

Richard Smith via cfe-commits cfe-commits at lists.llvm.org
Sat Oct 1 16:15:14 PDT 2016


rsmith accepted this revision.
rsmith added a comment.
This revision is now accepted and ready to land.

One question, but otherwise this looks fine.



> coroutines.m:1
> +// RUN: %clang -### %s 2>&1 | FileCheck -check-prefix=CHECK-NO-CORO %s
> +// RUN: %clang -fcoroutines-ts -### %s 2>&1 | FileCheck -check-prefix=CHECK-NO-CORO %s

Is there any reason you're testing Objective-C and Objective-C++ inputs here (`.m` and `.mm`) rather than C and C++ inputs?

https://reviews.llvm.org/D25130





More information about the cfe-commits mailing list