Enable 'dynamic'.

And spot-update tests that appear to rely on ObjC dispatch (review please!)

Swift SVN r20285
This commit is contained in:
Joe Groff
2014-07-22 00:23:37 +00:00
parent 9b63a6d241
commit 3ac89dc4eb
13 changed files with 60 additions and 65 deletions

View File

@@ -79,7 +79,7 @@ namespace swift {
/// Enables use of the 'dynamic' attribute to control ObjC method dispatch
/// codegen.
bool EnableDynamic = false;
bool EnableDynamic = true;
/// Enables lvalue propagation through optional operations.
bool EnableOptionalLValues = true;