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 ed10fba commit 1e3e2a1Copy full SHA for 1e3e2a1
compiler-rt/test/hwasan/TestCases/tag-ptr.cpp
@@ -17,7 +17,7 @@ int main() {
17
assert(__hwasan_get_tag_from_pointer(ptr) == i);
18
}
19
#ifdef __x86_64__
20
- assert(ptrs.size() == 8);
+ assert(ptrs.size() == 8 || ptrs.size() == 64);
21
#else
22
assert(ptrs.size() == 256);
23
#endif
0 commit comments