| commit | 7eb8119798b017b9b972f985b784d11f284c7024 | [log] [tgz] |
|---|---|---|
| author | Vedant Kumar <vsk@apple.com> | Wed Jun 27 16:06:15 2018 +0000 |
| committer | Vedant Kumar <vsk@apple.com> | Wed Jun 27 16:06:15 2018 +0000 |
| tree | b952164eea52b94ca36ff3e1746e0cdd75365108 | |
| parent | 8a02b25313cb631f6523c3f57a1e5a916fdb3e00 [diff] |
[asan] Relax the null_deref.cc test even further
On Darwin/x86_64, asan may report the crashing line of NullDeref as line
19 (i.e the closing brace of the function), whereas on other targets we
see line 15 ("ptr[10]++").
The optimized debug info here isn't reliable enough to check.
rdar://problem/41526369
llvm-svn: 335747