allow_user_segv_handler had confusing name did not allow to control behavior for
signals separately.
Details
Details
- Reviewers
eugenis alekseyshl kcc - Commits
- rGa05da1fca915: [compiler-rt] Replace allow_user_segv_handler=0 with kHandleSignalExclusive
rCRT303941: [compiler-rt] Replace allow_user_segv_handler=0 with kHandleSignalExclusive
rL303941: [compiler-rt] Replace allow_user_segv_handler=0 with kHandleSignalExclusive
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
lib/sanitizer_common/sanitizer_flag_parser.h | ||
---|---|---|
68 ↗ | (On Diff #99653) | maybe "exclusive"? The meaning of "always" is not very clear in this context. |