diff options
author | Etienne Bergeron <etienneb@google.com> | 2016-09-30 14:29:43 +0000 |
---|---|---|
committer | Etienne Bergeron <etienneb@google.com> | 2016-09-30 14:29:43 +0000 |
commit | 04a9eb4c0fc4236ef2607dc84b723fd19e2f589e (patch) | |
tree | f0991a713fc1ecaecb4f6bd3885a39945dfa1682 /llvm/lib/Transforms/Vectorize/LoopVectorize.cpp | |
parent | 75c2688a966ec9d88aa86b60e7ed91c8dacd979e (diff) | |
download | bcm5719-llvm-04a9eb4c0fc4236ef2607dc84b723fd19e2f589e.tar.gz bcm5719-llvm-04a9eb4c0fc4236ef2607dc84b723fd19e2f589e.zip |
[compiler-rt][asan] Fix incorrect regexp breaking an asan unittest on win64
Summary:
On windows, the memcpy and memmove function can be the same.
This is correcly detected when hooking, but it's not possible
to report the right function name when doing symbolisation.
The same fix was applied for the static asan unittest.
We forgot to apply the fix for the dynamic asan tests.
```
lvm\projects\compiler-rt\test\asan/TestCases/Windows/.svn/text-base/intercept_memcpy.cc.svn-base:// CHECK-NEXT: __asan_{{.*}}mem{{.*}}
```
This patch is fixing this test (win64):
```
ddressSanitizer-x86_64-windows-dynamic :: TestCases/Windows/dll_intercept_memcpy_indirect.cc
```
Reviewers: rnk, vitalybuka
Subscribers: llvm-commits, kubabrecka, chrisha, dberris
Differential Revision: https://reviews.llvm.org/D25038
llvm-svn: 282859
Diffstat (limited to 'llvm/lib/Transforms/Vectorize/LoopVectorize.cpp')
0 files changed, 0 insertions, 0 deletions