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
Many parallel debuggers depend on the MPIR_Breakpoint function. Clang/LLVM can inline or remove MPIR_Breakpoint as dead function. Can the optnone attribute be added to the MPIR_Breakpoint function to prevent it from being optimized away ?
Thanks @rhc54 . If I understand the merge #4626 correctly this is only in master so far, but not in 3.1.x or 3.0.x. Any chance to backport this into 3.0.x and 3.1.x, as otherwise hitting MPIR_Breakpoint won't work in those versions when compiled with Clang/LLVM?
Many parallel debuggers depend on the MPIR_Breakpoint function. Clang/LLVM can inline or remove MPIR_Breakpoint as dead function. Can the optnone attribute be added to the MPIR_Breakpoint function to prevent it from being optimized away ?
file : orte/orted/orted_submit.c
The text was updated successfully, but these errors were encountered: