[PATCH] D103564: [NFC][compiler-rt][hwasan] Move allocation functions into their own file
Nico Weber via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Jun 8 12:30:22 PDT 2021
thakis added a comment.
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
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