[PATCH] D67987: [sanitizer_common] Rename OnPrint to __sanitizer_on_print.

Dmitry Vyukov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 26 05:19:19 PDT 2019


dvyukov added a comment.

For the Go version we have a non-weak  declaration without definition. How are we going to roll out the change? We would need to update llvm and the hook implementation atomically. But then I am confused how it works today. We have a non-extern "C" hook definition, so build should be broken for the last year...


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

https://reviews.llvm.org/D67987





More information about the llvm-commits mailing list