[PATCH] D29317: [asan] Add __sancov_* symbols to the dynamic symbol table.
Marcos Pividori via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 31 12:34:21 PST 2017
This revision was automatically updated to reflect the committed changes.
Closed by commit rL293680: [asan] Export __sancov_* symbols symbols. (authored by mpividori).
Changed prior to commit:
https://reviews.llvm.org/D29317?vs=86388&id=86476#toc
Repository:
rL LLVM
https://reviews.llvm.org/D29317
Files:
compiler-rt/trunk/lib/asan/asan.syms.extra
Index: compiler-rt/trunk/lib/asan/asan.syms.extra
===================================================================
--- compiler-rt/trunk/lib/asan/asan.syms.extra
+++ compiler-rt/trunk/lib/asan/asan.syms.extra
@@ -1,3 +1,4 @@
__asan_*
__lsan_*
__ubsan_*
+__sancov_*
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D29317.86476.patch
Type: text/x-patch
Size: 271 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170131/d8cdf1cf/attachment.bin>
More information about the llvm-commits
mailing list