[PATCH] D89959: UBSAN: emit distinctive traps in trapping mode
Tim Northover via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Nov 5 01:52:55 PST 2020
t.p.northover marked an inline comment as done.
t.p.northover added a comment.
> Was this measured with all of -fsanitize=undefined enabled? If so, the actual size overhead is likely lower, as only a subset of these checks get enabled in production settings.
Yes, I used `-fsanitize=undefined -fsanitize-trap=all`. Fixed the LangRef but I won't upload another diff unless something more substantial changes.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D89959/new/
https://reviews.llvm.org/D89959
More information about the cfe-commits
mailing list