[PATCH] D106315: [HIP] Preserve ASAN bitcode library functions

Artem Belevich via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jul 22 16:56:15 PDT 2021


tra accepted this revision.
tra added a comment.
This revision is now accepted and ready to land.

LGTM in general.

One question -- does it have to be a function calling other functions just for the sake of preserving them?
Can it be a flat array of pointers to the functions you need to keep around?


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

https://reviews.llvm.org/D106315



More information about the cfe-commits mailing list