| commit | 2cdcfd23cd019d40977006f6bee476442821a8b1 | [log] [tgz] |
|---|---|---|
| author | Quentin Colombet <qcolombet@apple.com> | Sat Nov 14 01:55:17 2015 +0000 |
| committer | Quentin Colombet <qcolombet@apple.com> | Sat Nov 14 01:55:17 2015 +0000 |
| tree | 657d44350d9cd9244ccd375e8567f9bddd73d6aa | |
| parent | d1d5c5168f52056856f1267799801593998cdb04 [diff] |
[ShrinkWrapping] Disable the optimization for functions with sanitize like attribute. Even if the target supports shrink-wrapping, the prologue and epilogue must not move because a crash can happen anywhere and sanitizers need to be able to unwind from the PC of the crash. llvm-svn: 253116