[PATCH] D67193: [UBSan] Do not overwrite the default print_summary sanitizer option.

Alexey Samsonov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 9 09:06:00 PDT 2019


samsonov added a comment.

IIRC, print_summary=false override was added to UBSan to keep its output more terse, and also to avoid essentially duplicating the information from the "runtime error" line. If the current maintainers agree that it makes sense to print summary for consistency, I have no objections.


Repository:
  rCRT Compiler Runtime

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D67193/new/

https://reviews.llvm.org/D67193





More information about the llvm-commits mailing list