Skip to content

Commit 505360a

Browse files
committed
Add comment
1 parent 998ec16 commit 505360a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

compiler-rt/lib/asan/asan_descriptions.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -473,6 +473,7 @@ AddressDescription::AddressDescription(uptr addr, uptr access_size,
473473
return;
474474
}
475475

476+
// GetGlobalAddressInformation is called earlier on AIX due to a workaround
476477
#if !SANITIZER_AIX
477478
if (GetGlobalAddressInformation(addr, access_size, &data.global)) {
478479
data.kind = kAddressKindGlobal;

0 commit comments

Comments
 (0)