You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Debugging this I found that assertion assert(isa<Function>(Callee) || isa<GlobalAlias>(Callee)); fails because of @getrandom = extern_weak global i8 at %13 = tail call noundef i64 @getrandom(ptr noundef nonnull %ptr46, i64 noundef %new_len45, i32 noundef 4) #25, !dbg !1007 in module std.33b5cc56158b1412-cgu.15
The text was updated successfully, but these errors were encountered:
While compiling rust standard library with optimizatons and asan I found a similar issue to #87923
to reproduce run any rust program with
issue can be reproduced at any opt level > 0
Rust version: 1.82
llvm: llvmorg-19.1.4
Debugging this I found that assertion
assert(isa<Function>(Callee) || isa<GlobalAlias>(Callee));
fails because of@getrandom = extern_weak global i8 at %13 = tail call noundef i64 @getrandom(ptr noundef nonnull %ptr46, i64 noundef %new_len45, i32 noundef 4) #25, !dbg !1007 in module std.33b5cc56158b1412-cgu.15
The text was updated successfully, but these errors were encountered: