[PATCH] D12120: [Sanitizers] Unify the semantics and usage of "exitcode" runtime flag across all sanitizers.
Alexey Samsonov via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 18 15:12:17 PDT 2015
samsonov added inline comments.
================
Comment at: lib/msan/msan_linux.cc:159
@@ -158,3 +158,2 @@
death_callback();
- internal__exit(flags()->exit_code);
}
----------------
eugenis wrote:
> I think you still need MsanDie to actually kill the process.
MsanDie is called as `InternalDieCallback()` inside __sanitizer::Die(). Then `__sanitizer::Die()` would actually proceed to kill the process.
http://reviews.llvm.org/D12120
More information about the llvm-commits
mailing list