llvm-project/compiler-rt/lib/asan/lit_tests/SharedLibs
Alexey Samsonov dcf0ade114 [ASan] Make init-order checker allow access to already initialized globals.
This change adds ASan runtime option "strict-init-order" (off by default)
that makes init-order checker bark if global initializer accesses any global from different
translation unit (even if the latter is already initialized). strict init-order checking
doesn't play well with, e.g. LLVM registration machineries, and causes issue 
https://code.google.com/p/address-sanitizer/issues/detail?id=178.

llvm-svn: 179843
2013-04-19 08:35:16 +00:00
..
darwin-dummy-shared-lib-so.cc
dlclose-test-so.cc
init-order-dlopen-so.cc [ASan] Make init-order checker allow access to already initialized globals. 2013-04-19 08:35:16 +00:00
lit.local.cfg
shared-lib-test-so.cc