mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Add a flag to disable type layout based lowering
This commit is contained in:
@@ -677,4 +677,8 @@ def previous_module_installname_map_file
|
||||
|
||||
def enable_type_layouts : Flag<["-"], "enable-type-layout">,
|
||||
HelpText<"Enable type layout based lowering">;
|
||||
|
||||
def disable_type_layouts : Flag<["-"], "disable-type-layout">,
|
||||
HelpText<"Disable type layout based lowering">;
|
||||
|
||||
} // end let Flags = [FrontendOption, NoDriverOption, HelpHidden]
|
||||
|
||||
Reference in New Issue
Block a user