================
@@ -849,9 +849,30 @@ defm load_pass_plugins: EEq<"load-pass-plugin", "Load 
passes from plugin library
 // ARM's MTE on armv8.5+. A binary's desire for stack MTE can't be obtained
 // implicitly, so we have a specific bit in the note to signal to the loader to
 // remap the stack as PROT_MTE.
-defm android_memtag_stack: BB<"android-memtag-stack",
-    "Instruct the dynamic loader to prepare for MTE stack instrumentation", 
"">;
-defm android_memtag_heap: BB<"android-memtag-heap",
-    "Instruct the dynamic loader to enable MTE protection for the heap", "">;
-defm android_memtag_mode: EEq<"android-memtag-mode",
-    "Instruct the dynamic loader to start under MTE mode {async, sync, none}">;
+defm memtag_stack
+    : BB<"memtag-stack",
+         "Instruct the dynamic loader to prepare for MTE stack 
instrumentation",
+         "">;
+defm memtag_heap
+    : BB<"memtag-heap",
+         "Instruct the dynamic loader to enable MTE protection for the heap",
+         "">;
+defm memtag_mode : EEq<"memtag-mode", "Instruct the dynamic loader to start "
----------------
EliaGeretto wrote:

I'll go have a look at GNU ld, thank you for the pointer.

https://github.com/llvm/llvm-project/pull/183275
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to