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
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to