[PATCH] D103564: [NFC][compiler-rt][hwasan] Move allocation functions into their own file

Leonard Chan via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jun 8 12:38:24 PDT 2021


leonardchan added a comment.

In D103564#2806292 <https://reviews.llvm.org/D103564#2806292>, @thakis wrote:

> this breaks tests: http://45.33.8.238/linux/48401/step_10.txt
>
> ` // CHECK: #0 {{.*}} in {{.*}}free{{.*}} {{.*}}hwasan_interceptors.cpp`
>
> vs
>
> `           13:  #0 0x5647a467e9a0 in free ../../compiler-rt/lib/hwasan/hwasan_allocation_functions.cpp:75:3 `
>
> need to update the path in that test

Fixed in a9ea0a6a77b30305bfbe1b06c30bf6136f64c1ad <https://reviews.llvm.org/rGa9ea0a6a77b30305bfbe1b06c30bf6136f64c1ad>.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D103564/new/

https://reviews.llvm.org/D103564



More information about the cfe-commits mailing list