[lldb] Fixup MTE entitlement spelling for MTE driver#190842
Merged
Conversation
Member
|
@llvm/pr-subscribers-lldb Author: Julian Lettner (yln) ChangesFixup for: #186322 Full diff: https://github.com/llvm/llvm-project/pull/190842.diff 1 Files Affected:
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>
|
🐧 Linux x64 Test Results
Failed Tests(click on a test name to see its output) lldb-apilldb-api.commands/process/attach/TestProcessAttach.pyIf these failures are unrelated to your changes (for example tests are broken or flaky at HEAD), please open an issue at https://github.com/llvm/llvm-project/issues and add the |
JDevlieghere
approved these changes
Apr 8, 2026
Member
Unrelated failure. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixup for: #186322