[PATCH] D48502: Fix direct calls to __wrap_sym when it is relocated

Petr Hosek via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 17 21:01:18 PDT 2018


phosek added a comment.

This has introduced a regression when linking ASan instrumented code on AArch64: https://bugs.llvm.org/show_bug.cgi?id=38170. This is currently preventing us from rolling a new toolchain into Fuchsia. Can anyone take a look? I haven't yet figured out what's the cause for that issue.


Repository:
  rL LLVM

https://reviews.llvm.org/D48502





More information about the llvm-commits mailing list