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
d4b792346c
llvm-project
/
compiler-rt
/
lib
/
asan
/
asan.syms.extra
4 lines
28 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_*