We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e987ea commit 2e23682Copy full SHA for 2e23682
compiler-rt/lib/scudo/standalone/memtag.h
@@ -261,9 +261,7 @@ inline uptr loadTag(uptr Ptr) {
261
262
#else
263
264
-inline bool systemSupportsMemoryTagging() {
265
- return false;
266
-}
+inline bool systemSupportsMemoryTagging() { return false; }
267
268
inline NORETURN bool systemDetectsMemoryTagFaultsTestOnly() {
269
UNREACHABLE("memory tagging not supported");
0 commit comments