This website requires JavaScript.
Explore
Help
Sign In
maxjhandsome
/
llvm-project
forked from
OSchip/llvm-project
Watch
1
Star
0
Fork
You've already forked llvm-project
0
Code
Issues
Pull Requests
Packages
Releases
Wiki
Activity
68f2218e1e
llvm-project
/
compiler-rt
/
lib
/
asan
/
asan.syms.extra
5 lines
39 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Properly generate lists of exported symbols for sanitizer runtimes 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. llvm-svn: 189356
2013-08-27 23:08:02 +08:00
__asan_*
[ASan] ASan can be combined with LSan and UBSan, so export symbol from them as well. llvm-svn: 193245
2013-10-23 23:36:22 +08:00
__lsan_*
__ubsan_*
[asan] Export __sancov_* symbols symbols. Add __sancov_* symbols to the export list. Differential Revision: https://reviews.llvm.org/D29317 llvm-svn: 293680
2017-02-01 04:23:07 +08:00
__sancov_*