"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "f7f9c8a2f7442029173c302eac62bda683440e1f"
Disable init-order checking before destructors are run.
We don't want to report initialization-order bugs when a destructor of a global variable accesses dynamically initialized global from another (not necessarily initialized) module. We do this by intercepting __cxa_atexit and registrering our own callback that unpoisons shadow for all dynamically initialized global variables. llvm-svn: 182637
Loading
Please register or sign in to comment