https://github.com/yln created https://github.com/llvm/llvm-project/pull/190842
Fixup for: https://github.com/llvm/llvm-project/pull/186322 >From 3c11ae6163e40bfde1470f4d6d437dffe5c4e8b3 Mon Sep 17 00:00:00 2001 From: Julian Lettner <[email protected]> Date: Tue, 7 Apr 2026 13:13:41 -0700 Subject: [PATCH] [lldb] Fixup MTE entitlement spelling --- lldb/tools/driver/lldb-mte-entitlements.plist | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lldb/tools/driver/lldb-mte-entitlements.plist b/lldb/tools/driver/lldb-mte-entitlements.plist index 7ab4dd621bd53..65c21067a0137 100644 --- a/lldb/tools/driver/lldb-mte-entitlements.plist +++ b/lldb/tools/driver/lldb-mte-entitlements.plist @@ -2,9 +2,9 @@ <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> - <key>com.apple.developer.hardened-process</key> + <key>com.apple.security.hardened-process</key> <true/> - <key>com.apple.developer.hardened-process.checked-allocations</key> + <key>com.apple.security.hardened-process.checked-allocations</key> <true/> </dict> </plist> _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
