[compiler-rt] r193245 - [ASan] ASan can be combined with LSan and UBSan, so export symbol from them as well.
Alexey Samsonov
samsonov at google.com
Wed Oct 23 08:36:22 PDT 2013
Author: samsonov
Date: Wed Oct 23 10:36:22 2013
New Revision: 193245
URL: http://llvm.org/viewvc/llvm-project?rev=193245&view=rev
Log:
[ASan] ASan can be combined with LSan and UBSan, so export symbol from them as well.
Modified:
compiler-rt/trunk/lib/asan/asan.syms.extra
Modified: compiler-rt/trunk/lib/asan/asan.syms.extra
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/lib/asan/asan.syms.extra?rev=193245&r1=193244&r2=193245&view=diff
==============================================================================
--- compiler-rt/trunk/lib/asan/asan.syms.extra (original)
+++ compiler-rt/trunk/lib/asan/asan.syms.extra Wed Oct 23 10:36:22 2013
@@ -1 +1,3 @@
__asan_*
+__lsan_*
+__ubsan_*
More information about the llvm-commits
mailing list