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
a6ae877aec
llvm-project
/
compiler-rt
/
lib
/
msan
/
msan.syms.extra
3 lines
19 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
__msan_*
Export __ubsan_* symbols from MSan and TSan runtimes. llvm-svn: 235958
2015-04-28 09:20:34 +08:00
__ubsan_*