[Lldb-commits] [lldb] [lldb] Fixup MTE entitlement spelling for MTE driver (PR #190842)

via lldb-commits lldb-commits at lists.llvm.org
Tue Apr 7 13:20:55 PDT 2026


llvmbot wrote:


<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-lldb

Author: Julian Lettner (yln)

<details>
<summary>Changes</summary>

Fixup for: https://github.com/llvm/llvm-project/pull/186322

---
Full diff: https://github.com/llvm/llvm-project/pull/190842.diff


1 Files Affected:

- (modified) lldb/tools/driver/lldb-mte-entitlements.plist (+2-2) 


``````````diff
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>

``````````

</details>


https://github.com/llvm/llvm-project/pull/190842


More information about the lldb-commits mailing list