This is an archive of the discontinued LLVM Phabricator instance.

[coroutines] Rename driver flag -fcoroutines to -fcoroutines-ts
ClosedPublic

Authored by GorNishanov on Sep 30 2016, 2:31 PM.

Diff Detail

Repository
rL LLVM

Event Timeline

GorNishanov retitled this revision from to [coroutines] Rename driver flag -fcoroutines to -fcoroutines-ts.
GorNishanov updated this object.
GorNishanov added reviewers: rsmith, rnk, EricWF, cfe-commits.
EricWF edited edge metadata.Sep 30 2016, 6:16 PM

This LGTM but I can't approve Clang patches, so it'll have to wait on @rsmith .

rsmith accepted this revision.Oct 1 2016, 4:15 PM
rsmith edited edge metadata.

One question, but otherwise this looks fine.

test/Driver/coroutines.m
1 ↗(On Diff #73141)

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

This revision is now accepted and ready to land.Oct 1 2016, 4:15 PM
GorNishanov marked an inline comment as done.Oct 1 2016, 6:59 PM
GorNishanov added inline comments.
test/Driver/coroutines.m
1 ↗(On Diff #73141)

No particular reason (cut and paste from module tests). I'll rename to .c / .cpp an commit.

GorNishanov updated this revision to Diff 73206.Oct 1 2016, 7:37 PM
GorNishanov edited edge metadata.
GorNishanov marked an inline comment as done.

rename .m and .mm to .c and .cpp

This revision was automatically updated to reflect the committed changes.