Closed
Description
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
#ifdef __clang__
__attribute__((optnone))
#endif
ORTE_DECLSPEC void* MPIR_Breakpoint(void);
Metadata
Metadata
Assignees
Labels
No labels