[PATCH] D23363: [compiler-rt] Add support for the dynamic shadow allocation
Kuba Brecka via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 11 07:02:41 PDT 2016
kubabrecka added inline comments.
================
Comment at: lib/asan/asan_interface_internal.h:33
@@ +32,3 @@
+ // This function should be called by a loaded instrumented module.
+ SANITIZER_INTERFACE_ATTRIBUTE void __asan_init_from_dll(int*, int*, uptr*);
+
----------------
Can we get argument names here?
https://reviews.llvm.org/D23363
More information about the llvm-commits
mailing list