We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e58d83 commit 145b6cbCopy full SHA for 145b6cb
lldb/include/lldb/lldb-enumerations.h
@@ -130,8 +130,7 @@ FLAGS_ENUM(LaunchFlags){
130
eLaunchFlagInheritTCCFromParent =
131
(1u << 12), ///< Don't make the inferior responsible for its own TCC
132
///< permissions but instead inherit them from its parent.
133
- eLaunchFlagMemoryTagging =
134
- (1u << 13), ///< Launch with memory tagging (MTE).
+ eLaunchFlagMemoryTagging = (1u << 13), ///< Launch with memory tagging (MTE)
135
};
136
137
/// Thread Run Modes.
0 commit comments