[PATCH] D23733: [asan] Pass argc/argv/envp module constructor arguments to __asan_init

Evgeniy Stepanov via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 22 11:38:27 PDT 2016


eugenis abandoned this revision.
eugenis added a comment.

No, I don't like this.
It's glibc/bionic specifc first of all.
And this way we are stuck with .preinit_array even with the shared runtime library, because otherwise asan initialization happens from an interceptor.


Repository:
  rL LLVM

https://reviews.llvm.org/D23733





More information about the llvm-commits mailing list