forked from OSchip/llvm-project
dcf0ade114
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 |
||
---|---|---|
.. | ||
glob_test_root | ||
asan_prelink_test.cc | ||
clone_test.cc | ||
glob.cc | ||
heavy_uar_test.cc | ||
initialization-bug-any-order.cc | ||
interception_failure_test.cc | ||
interception_malloc_test.cc | ||
interception_test.cc | ||
interface_symbols_linux.c | ||
lit.local.cfg | ||
malloc-in-qsort.cc | ||
malloc_delete_mismatch.cc | ||
overflow-in-qsort.cc | ||
preinit_test.cc | ||
rlimit_mmap_test.cc | ||
swapcontext_test.cc | ||
syscalls.cc | ||
zero-base-shadow.cc |