[compiler-rt] [scudo] Fix isOwned on MTE devices. (PR #111060)
Evgenii Stepanov via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 7 14:13:07 PDT 2024
================
@@ -269,7 +274,7 @@ inline NORETURN void enableSystemMemoryTaggingTestOnly() {
}
struct ScopedDisableMemoryTagChecks {
- ScopedDisableMemoryTagChecks() {}
+ ScopedDisableMemoryTagChecks(bool cond UNUSED = true) {}
----------------
eugenis wrote:
applied
https://github.com/llvm/llvm-project/pull/111060
More information about the llvm-commits
mailing list