summaryrefslogtreecommitdiff
path: root/lib/asan/asan.syms.extra
AgeCommit message (Collapse)Author
2017-01-31[asan] Export __sancov_* symbols symbols.Marcos Pividori
Add __sancov_* symbols to the export list. Differential Revision: https://reviews.llvm.org/D29317 git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@293680 91177308-0d34-0410-b5e6-96231b3b80d8
2013-10-23[ASan] ASan can be combined with LSan and UBSan, so export symbol from them ↵Alexey Samsonov
as well. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@193245 91177308-0d34-0410-b5e6-96231b3b80d8
2013-08-27Properly generate lists of exported symbols for sanitizer runtimesAlexey Samsonov
This change adds a Python script that is invoked for the just-built sanitizer runtime to generate the list of exported symbols passed to the linker. By default, it contains interceptors and sanitizer interface functions, but can be extended with tool-specific lists. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@189356 91177308-0d34-0410-b5e6-96231b3b80d8