mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Enable 'dynamic'.
And spot-update tests that appear to rely on ObjC dispatch (review please!) Swift SVN r20285
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user