[PATCH] D12120: [Sanitizers] Unify the semantics and usage of "exitcode" runtime flag across all sanitizers.

Evgeniy Stepanov via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 18 15:10:19 PDT 2015


eugenis added inline comments.

================
Comment at: lib/msan/msan_linux.cc:159
@@ -158,3 +158,2 @@
     death_callback();
-  internal__exit(flags()->exit_code);
 }
----------------
I think you still need MsanDie to actually kill the process.


http://reviews.llvm.org/D12120





More information about the llvm-commits mailing list