diff options
author | Alexey Samsonov <vonosmas@gmail.com> | 2015-01-12 22:39:12 +0000 |
---|---|---|
committer | Alexey Samsonov <vonosmas@gmail.com> | 2015-01-12 22:39:12 +0000 |
commit | 8845952b54a7574cedbbd0661e889cd4e2d5947b (patch) | |
tree | cac9ea08214180cb195bc54409842254053fa5f4 /llvm/lib/CodeGen/AsmPrinter/AsmPrinterDwarf.cpp | |
parent | d88ab87064d9b366393d58066f3bee8111f6cec4 (diff) | |
download | bcm5719-llvm-8845952b54a7574cedbbd0661e889cd4e2d5947b.tar.gz bcm5719-llvm-8845952b54a7574cedbbd0661e889cd4e2d5947b.zip |
Reimplement -fsanitize-recover family of flags.
Introduce the following -fsanitize-recover flags:
- -fsanitize-recover=<list>: Enable recovery for selected checks or
group of checks. It is forbidden to explicitly list unrecoverable
sanitizers here (that is, "address", "unreachable", "return").
- -fno-sanitize-recover=<list>: Disable recovery for selected checks or
group of checks.
- -f(no-)?sanitize-recover is now a synonym for
-f(no-)?sanitize-recover=undefined,integer and will soon be deprecated.
These flags are parsed left to right, and mask of "recoverable"
sanitizer is updated accordingly, much like what we do for -fsanitize= flags.
-fsanitize= and -fsanitize-recover= flag families are independent.
CodeGen change: If there is a single UBSan handler function, responsible
for implementing multiple checks, which have different recoverable setting,
then we emit two handler calls instead of one:
the first one for the set of "unrecoverable" checks, another one - for
set of "recoverable" checks. If all checks implemented by a handler have the
same recoverability setting, then the generated code will be the same.
llvm-svn: 225719
Diffstat (limited to 'llvm/lib/CodeGen/AsmPrinter/AsmPrinterDwarf.cpp')
0 files changed, 0 insertions, 0 deletions