[compiler-rt] [scudo] Small cleanup of memory tagging code part 2. (PR #168807)
Vitaly Buka via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 20 13:30:37 PST 2025
================
@@ -261,9 +261,7 @@ inline uptr loadTag(uptr Ptr) {
#else
-inline NORETURN bool systemSupportsMemoryTagging() {
- UNREACHABLE("memory tagging not supported");
-}
+inline bool systemSupportsMemoryTagging() { return false; }
----------------
vitalybuka wrote:
constexpr?
https://github.com/llvm/llvm-project/pull/168807
More information about the llvm-commits
mailing list