commit | d2d043be456b943e525f2d322b2a0b1f394b4fda | [log] [tgz] |
---|---|---|
author | Kostya Serebryany <[email protected]> | Wed Dec 28 23:35:46 2011 |
committer | Kostya Serebryany <[email protected]> | Wed Dec 28 23:35:46 2011 |
tree | 2566d35c55f4f31dd68f0fe5dac294a383d2cfe0 | |
parent | a7720961565264123cd6f84e0edaf8c02ae460bc [diff] [blame] |
[asan] force the __asan_unregister_globals to reside in the runtime library llvm-svn: 147329
diff --git a/compiler-rt/lib/asan/asan_rtl.cc b/compiler-rt/lib/asan/asan_rtl.cc index 50be6df..c876f6d9 100644 --- a/compiler-rt/lib/asan/asan_rtl.cc +++ b/compiler-rt/lib/asan/asan_rtl.cc
@@ -396,6 +396,7 @@ __asan_report_store16(NULL); __asan_register_global(0, 0, NULL); __asan_register_globals(NULL, 0); + __asan_unregister_globals(NULL, 0); } }