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
However, I'm told by llvm/llvm-project#133621 that this is in fact incorrect specifically for the case of extern_weak linkage. This is a fairly subtle bug, but may be because Alive2 is discarding the linkage instead of examining it.
The text was updated successfully, but these errors were encountered:
workingjubilee
changed the title
Alive2 does not distinguish extern_weak globalsextern_weak globals may be nullptr
Mar 31, 2025
Alive2 asserts this transformation is correct: https://alive2.llvm.org/ce/z/YX8gMP
However, I'm told by llvm/llvm-project#133621 that this is in fact incorrect specifically for the case of
extern_weak
linkage. This is a fairly subtle bug, but may be because Alive2 is discarding the linkage instead of examining it.The text was updated successfully, but these errors were encountered: