[PATCH] D67193: [UBSan] Do not overwrite the default print_summary sanitizer option.
Mitch Phillips via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 4 15:29:27 PDT 2019
hctim added a comment.
I'm personally okay with this change, but will wait for @kcc to see what he thinks.
The current output for UBSan summaries looks like:
b.cpp:9:4: runtime error: signed integer overflow: 2147483647 + 1 cannot be represented in type 'int'
SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior b.cpp:9:4 in
Can we change this to be `SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior in b.cpp:9:4`?
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