mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Merge pull request #34612 from xymus/dont-skip-nested-types
[Sema] Add flag to optimize building swiftmodule files preserving type info for LLDB
This commit is contained in:
@@ -23,6 +23,9 @@ enum class FunctionBodySkipping : uint8_t {
|
||||
None,
|
||||
/// Only non-inlinable function bodies should be skipped.
|
||||
NonInlinable,
|
||||
/// Only non-inlinable functions bodies without type definitions should
|
||||
/// be skipped.
|
||||
NonInlinableWithoutTypes,
|
||||
/// All function bodies should be skipped, where not otherwise required
|
||||
/// for type inference.
|
||||
All
|
||||
|
||||
Reference in New Issue
Block a user