[PATCH] D53227: [hwasan] add stack frame descriptions.
Matt Morehouse via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 17 10:32:49 PDT 2018
morehouse added inline comments.
================
Comment at: lib/Transforms/Instrumentation/HWAddressSanitizer.cpp:318
+ // W/o it we would have to create the call to __hwasan_init_frames after
+ // all functions are instrumented (i.e. need to have a ModulePass).
+ createFD(*HwasanCtorFunction, "");
----------------
Why do we need a frame description for the ctor in order to call it?
Repository:
rL LLVM
https://reviews.llvm.org/D53227
More information about the llvm-commits
mailing list