[compiler-rt] [scudo] Fix isOwned on MTE devices. (PR #111060)
via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 3 16:42:44 PDT 2024
================
@@ -269,7 +274,7 @@ inline NORETURN void enableSystemMemoryTaggingTestOnly() {
}
struct ScopedDisableMemoryTagChecks {
- ScopedDisableMemoryTagChecks() {}
+ ScopedDisableMemoryTagChecks(bool cond UNUSED = true) {}
----------------
ChiaHungDuan wrote:
sorry my bad, just reorder the `UNUSED`
https://github.com/llvm/llvm-project/pull/111060
More information about the llvm-commits
mailing list